datasets
Get Datasets
Get all datasets accessible to the authenticated user.
This endpoint retrieves all datasets that the authenticated user has read permissions for. The datasets are returned with their metadata including ID, name, creation time, and owner information.
Response
Returns a list of dataset objects containing:
- id: Unique dataset identifier
- name: Dataset name
- created_at: When the dataset was created
- updated_at: When the dataset was last updated
- owner_id: ID of the dataset owner
Error Codes
- 418 I’m a teapot: Error retrieving datasets
GET
Get Datasets
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Get Datasets