cURL
curl --request GET \ --url https://api.{workspaceId}.clinia.cloud/ai/v1/ingest/{runId}/status
{ "runId": "<string>", "status": "running", "currentStep": "<string>", "result": { "pageCount": 123, "atlasIngestion": { "success": true, "message": "<string>" } }, "error": "<string>" }
Poll the status for an ingestion run.
The ID of the user making the request. Used to associate the request with a specific user.
Current status
running
success
failed
suspended
unknown
Show child attributes
Was this page helpful?