cURL
curl --request GET \ --url https://api.tokenfactory.nebius.com/v1/operations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "type": "yql", "params": { "query": "SELECT * FROM {src_0} WHERE condition" }, "src": [ { "id": "<string>", "version": "0ed2d94b38fb40b9b61f6a", "mapping": { "messages": { "name": "chat_messages", "type": "column" }, "type": "text_messages" } } ], "dst": [ { "id": "<string>", "version": "0ed2d94b38fb40b9b61f6a" } ], "status": "queued", "created_at": 123, "in_progress_at": 1614807352, "finished_at": 1614807352, "ai_project_id": "example_project" } ], "object": "list" }
List operations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
ISO 8601 timestamp used as the pagination cursor
Successful Response
Show child attributes
Was this page helpful?