Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{tenant}.getomneo.com/api/v3/imports
{ "data": [ { "id": 123, "status": "<string>", "name": "<string>", "count": 123, "failed_count": "<string>", "progress": "<string>", "issued_at": "<string>", "condition": [ "<unknown>" ], "run_condition_on_issue_date": true, "exclude_if_related_exists": true, "use_condition": true, "mapping_fields": "<string>", "meta": [ "<unknown>" ], "importable_type": "<string>", "importable_id": 123, "created_at": "<string>", "updated_at": "<string>" } ] }
A GET to the /imports endpoint allows your application to retrieve recent import runs.
GET
/imports
Array of Import
Import
Show child attributes