Skip to main content
GET
/
ticket-clustering
/
jobs
/
{workflowId}
/
status
Get status of a ticket clustering job
curl --request GET \
  --url https://core.ravenna.ai/api/ticket-clustering/jobs/{workflowId}/status \
  --header 'x-ravenna-api-token: <api-key>'
{
  "status": "<string>",
  "workflowId": "<string>",
  "createdAt": "<string>"
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

workflowId
string
required

Response

Successful response

  • Option 1
  • Option 2
  • Option 3
status
string
required
Allowed value: "processing"
workflowId
string
required
createdAt
string
required