Skip to main content
GET
/
v1
/
workflows
/
{workflow_id}
Get Temporal Workflow Status Handler
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 Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

workflow_id
string
required

Cookies

ks_uat
string | null

Response

Successful Response

Generic Temporal workflow status — no DB interaction.

workflow_id
string
required
temporal_status
string
required
workflow_type
string
required
task_queue
string
required
start_time
string<date-time>
required
run_id
string
required
close_time
string<date-time> | null