Skip to main content
GET
/
v1
/
operations
Filter operations by attributes
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 100
cursor_time
string | null

ISO 8601 timestamp used as the pagination cursor

ai_project_id
string | null

Response

Successful Response

data
OperationResponse · object[]
required
object
string
default:list