curl --request GET \
--url https://core.ravenna.ai/api/workflows/runs/{id} \
--header 'x-ravenna-api-token: <api-key>'
{
"id": "<string>",
"status": "pending",
"createdAt": "<string>",
"updatedAt": "<string>",
"steps": [
{
"id": "<string>",
"stepId": "<string>",
"runId": "<string>",
"status": "pending",
"inputs": "<any>",
"outputs": "<any>",
"inferredInputs": "<any>",
"createdAt": "<string>",
"auditEvents": [
{
"entityType": "ticket",
"entityId": "<string>",
"event": "<string>",
"message": "<string>",
"level": "info",
"data": "<any>"
}
]
}
]
}
curl --request GET \
--url https://core.ravenna.ai/api/workflows/runs/{id} \
--header 'x-ravenna-api-token: <api-key>'
{
"id": "<string>",
"status": "pending",
"createdAt": "<string>",
"updatedAt": "<string>",
"steps": [
{
"id": "<string>",
"stepId": "<string>",
"runId": "<string>",
"status": "pending",
"inputs": "<any>",
"outputs": "<any>",
"inferredInputs": "<any>",
"createdAt": "<string>",
"auditEvents": [
{
"entityType": "ticket",
"entityId": "<string>",
"event": "<string>",
"message": "<string>",
"level": "info",
"data": "<any>"
}
]
}
]
}
Was this page helpful?