Skip to main content
GET
List Datasets
This endpoint uses cursor-based pagination ordered newest-first. See Pagination for a full example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

q
string | null

Case-insensitive substring search on dataset name. Returns datasets whose name contains the query string.

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Pagination cursor

Response

Successful Response

Response for listing datasets.

Returns datasets in the current organization. Use the limit query parameter to control page size (default 50, max 200).

items
Dataset · object[]
required
next_cursor
string | null