cURL
curl --request GET \ --url https://api.{workspaceId}.clinia.cloud/ai/v1/ingest/{runId}/status
{ "status": "running", "runId": "<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
Was this page helpful?