Skip to main content
GET

Authorizations

Authorization
string
header
required

Organization API key passed as a Bearer token. This is the scheme used by the public SDK surface.

Query Parameters

organization_id
string

Filter datasets by organization ID. If not provided, it lists the user's personal datasets.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

Search datasets by name or creator name (case-insensitive contains match).

Response

Successfully retrieved list of datasets.

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"