Skip to main content
GET
List opportunities

Authorizations

Authorization
string
header
required

A Searchable API key, created under Settings → Workspace → Integrations. Send as Authorization: Bearer sea_xxxxx. Every key carries one or more scopes (read, write, admin) and may optionally be bound to a single project — see Getting started.

Path Parameters

projectId
string<uuid>
required

The project id.

Query Parameters

status
enum<string>

Filter by status. Defaults to active unless includeResolved=true.

Available options:
active,
completed,
dismissed,
auto_resolved
includeResolved
enum<string>

Pass true to widen beyond active opportunities.

Available options:
true,
false
source
string

Filter opportunities by their originating source.

impact
enum<string>

Filter opportunities by impact level.

Available options:
critical,
high,
medium,
low
limit
integer

Page size. Default and maximum vary by endpoint — see the operation description.

Required range: x >= 1
offset
integer
default:0

Row offset for pagination.

Required range: x >= 0

Response

Opportunities.

project
object
required
summary
object
required
pagination
object
required
opportunities
object[]
required