Skip to main content
GET
/
v3
/
imports
/
{import}
/
jobs
Browse Import Jobs
curl --request GET \
  --url http://localhost/api/v3/imports/{import}/jobs
{
  "data": [
    {
      "id": 123,
      "import_id": 123,
      "status": "<string>",
      "handler": "<string>",
      "result": [
        "<unknown>"
      ],
      "data": [
        "<unknown>"
      ],
      "total_batch_count": 123,
      "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.

Path Parameters

import
integer
required

The import ID

Query Parameters

page[size]
string

Response

Array of ImportJob

data
ImportJob · object[]
required