List Datasets

GET
/v1/datasets

Returns a list of Datasets you have access to. Results are sorted, with the most recent appearing first.

Query parameters

limitintegerOptional

The maximum number of results to return. Defaults to 50. Minimum is 1. Maximum is 100.

sortenumOptional

Sort the results by created or updated. Defaults to ‘created_desc’. Possible values are created_asc, created_desc, updated_asc, updated_desc.

Allowed values: created_asccreated_descupdated_ascupdated_desc
creatorIdstringOptional

Filter the results by creator id. To access a user’s id, use the listUsers endpoint.

tagsstringOptional

Filter the results by tags. Tags are case-sensitive. Tag list is comma-separated.

namestringOptional

Filter the results by name exactly. Name is case-sensitive.

createdAt.gtdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Greater than filter for createdAt timestamp. Format is ISO 8601.

createdAt.ltdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Less than filter for createdAt timestamp. Format is ISO 8601.

updatedAt.gtdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Greater than filter for updatedAt timestamp. Format is ISO 8601.

updatedAt.ltdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Less than filter for updatedAt timestamp. Format is ISO 8601.

nextTokenstringOptional

The next pagination token.

Response

This endpoint returns an object.
datalist of objects
urlstring
nextTokenstringOptional
Built with