Skip to main content
GET
List AI-extracted insights for a company

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Query Parameters

offset
integer | null
default:0

Records to skip for pagination. Defaults to 0.

Required range: x >= 0
limit
integer
default:100

Max records per page (1–100). Defaults to 100.

Required range: 1 <= x <= 100
organization_company_id
string<uuid>
required

Required: company UUID whose insights to fetch.

status
enum<string>

Filter by status. Defaults to active only.

Available options:
active,
dismissed
category
enum<string>

Optional category filter.

Available options:
financials,
funding_ma,
team,
customers,
product,
tech,
gtm,
competitive,
culture,
other

Response

Insights returned

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required