Skip to main content
GET
/
api
/
mcap
/
import-jobs
/
{mcap_import_job_id}
Get MCAP import job
curl --request GET \
  --url https://api-prod.nomadicml.com/api/mcap/import-jobs/{mcap_import_job_id} \
  --header 'Authorization: Bearer <token>'
{
  "mcap_import_job_id": "<string>",
  "status": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt

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

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <NOMADIC_API_KEY>.

Path Parameters

mcap_import_job_id
string
required

MCAP cloud import job identifier.

Response

Successful response.

mcap_import_job_id
string
status
string
error
string