Get live Temporal status for any workflow owned by the caller’s tenant.
cURL
curl --request GET \ --url http://localhost:8000/v1/workflows/{workflow_id}
{ "workflow_id": "<string>", "temporal_status": "<string>", "workflow_type": "<string>", "task_queue": "<string>", "start_time": "2023-11-07T05:31:56Z", "run_id": "<string>", "close_time": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Generic Temporal workflow status — no DB interaction.