Skip to main content
GET
List insights

Authorizations

Authorization
string
header
required

Organization API key (sl_…).

Headers

x-tenant-id
string
required

The organization ID the request is scoped to.

Query Parameters

sort_by
enum<string>
default:create_time

Field to sort by. Defaults to create_time (newest-first).

Available options:
create_time,
update_time
sort_order
enum<string>
default:desc

asc or desc (default, newest-first).

Available options:
asc,
desc
page_token
string | null

Opaque cursor from a previous response. Omit on the first call.

max_results
integer
default:50
status__in
string | null
assignee__in
string | null
insight_type__in
string | null
is_current
boolean | null
resource_type
string | null
snowflake_id
string | null
connection_id
string | null
first_viewed_by__in
string | null
last_viewed_by__in
string | null
view_count__gte
integer | null
view_count__lte
integer | null
first_viewed_at__gte
string<date-time> | null
first_viewed_at__lte
string<date-time> | null
last_viewed_at__gte
string<date-time> | null
last_viewed_at__lte
string<date-time> | null

Response

Successful Response

items
Insight · object[]
required
page_token
string | null

Opaque cursor for the next page; empty/absent on the last page.

row_count
integer | null

Best-effort total for the filtered result set; may be null when expensive.