Skip to main content
GET
List scored content opportunities.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Query Parameters

companyId
string
required

Company ID that owns the opportunities

projectId
string

Restrict to one project. Omit to return opportunities across all projects.

page
integer
default:1

Page number, 1-indexed

pageSize
integer
default:50

Results per page (max 100)

status
enum<string>

Filter by status. One of: new, dismissed, generated.

Available options:
new,
dismissed,
generated
type
enum<string>

Filter by opportunity type. One of: keyword_gap, question, ai_citation_gap, competitor_gap, trending.

Available options:
keyword_gap,
question,
ai_citation_gap,
competitor_gap,
trending
funnelStage
enum<string>

Filter by funnel stage. One of: tofu, mofu, bofu.

Available options:
tofu,
mofu,
bofu

Response

Paginated content opportunities

Paginated list of content opportunities

items
object[]

Opportunities on this page

total
integer

Total matching opportunities across all pages