cURL
curl --request GET \ --url https://api.tokenfactory.nebius.com/v1/datasets \ --header 'Authorization: Bearer <token>'
{ "first_id": "<string>", "last_id": "<string>", "has_more": true, "data": [ { "id": "<string>", "name": "<string>", "status": "READY", "schema": [ { "name": "<string>", "type": { "name": "string" } } ], "metadata": {}, "folder": "<string>", "current_version": "0ed2d94b38fb40b9b61f6a", "created_at": 123, "error": "<string>", "type": "dataset", "ai_project_id": "example_project" } ], "object": "list" }
List datasets
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 1000
created_at
name
asc
desc
Successful Response
Show child attributes
Was this page helpful?