Skip to main content
POST
/
v3
/
imports
/
{import}
/
jobs
/
export
Export Import Jobs
curl --request POST \
  --url http://localhost/api/v3/imports/{import}/jobs/export \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "SUCCESS"
}
'
"<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

Body

application/json
status
enum<string>
required
Available options:
SUCCESS,
FAILED,
PENDING,
PROCESSING

Response