Skip to main content
GET
/
ai
/
v1
/
ingest
/
{runId}
/
status
Get ingestion workflow status
curl --request GET \
  --url https://api.{workspaceId}.clinia.cloud/ai/v1/ingest/{runId}/status
{
  "status": "running",
  "runId": "<string>"
}

Headers

X-User-Id
string

The ID of the user making the request. Used to associate the request with a specific user.

Path Parameters

runId
string
required

Response

Current status

status
enum<string>
required
Available options:
running
runId
string
required