Skip to main content
 print this page

Get user registered datasets

GET 

/datasets

Returns a paginated list of datasets the caller owns or has viewer access to. Supports two listing backends: OpenSearch (default where configured) and DynamoDB. The OpenSearch path supports cursor-based pagination via next_cursor; the DynamoDB path uses offset-based pagination. Caller must have a valid role_id. Pagination : check next_available in the response. When "yes", more pages exist. For OpenSearch, pass the returned next_cursor as the cursor parameter. For DynamoDB, increment offset. When next_available is "no", you have reached the last page.

Request

Responses

Paginated list of datasets. Check next_available to determine if more pages exist. When listingSource=opensearch, response includes listing_source and next_cursor fields.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers