v1

latestOpenAPI 3.1.02026-07-241765501.1 MB
Tasks

Retrieve task

🔐 This endpoint requires HTTP authentication (either Basic or Bearer). For authenticating with Bearer token, required scopes are: catalog(r).

Retrieve a task.

get/v1/tasks/{task_id}

Path parameters

task_idinteger required

Query parameters

keystring required

The key of the index to use.

Example:key_K2pX7vBnU0bgA5xp

Response

OK

OR
OR
OR
OR
OR
OR
OR

Example response

{
  "result": {
    "index_built": true,
    "ingestion_warnings": [
      {
        "code": "MISSING_FIELD",
        "message": "Field 'price' is missing for item 'product-123'",
        "data": {
          "item_id": "product-123",
          "field": "price"
        }
      }
    ]
  }
}