Skip to main content
GET
/
v3
/
batches
Browse Batches
curl --request GET \
  --url http://localhost/api/v3/batches
{
  "data": [
    {
      "id": "<string>",
      "import_job_id": 123,
      "entity_type": "<string>",
      "total_count": 123,
      "status": "<string>",
      "success_count": "<string>",
      "failed_count": "<string>",
      "processed_count": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "items": [
        {
          "id": 123,
          "entity_id": "<string>",
          "external_id": "<string>",
          "status": "<string>",
          "error": "<string>",
          "created_at": "<string>",
          "updated_at": "<string>"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page[size]
string

Response

Array of Batch

data
Batch · object[]
required