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>"
}Retrieves the current status and results of a ticket clustering job by workflow ID
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>"
}Was this page helpful?