cURL
curl --request GET \ --url https://api-prod.nomadicml.com/api/import-jobs/{job_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "import_job_id": "<string>", "status": "<string>", "total": 123, "folder_id": "<string>", "folder_name": "<string>" }
Return metadata for a cloud import job.
Documentation IndexFetch the complete documentation index at: https://docs.nomadicml.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <NOMADIC_API_KEY>.
Authorization: Bearer <NOMADIC_API_KEY>
Cloud import job identifier.
Successful response.
Was this page helpful?