Temporal
communityDurable execution platform for building reliable distributed applications and workflows.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://{namespace}.tmprl.cloud/api/v1/namespaces/{namespace}/workflowsList workflows
Parameters
querylist filter (stringoptionalnamespacenamespace (stringrequiredmaximumPageSizeresults (integeroptionalReturns
executions[] with execution.workflowId, execution.runId, type.name, startTime, status, closeTimeGET
https://{namespace}.tmprl.cloud/api/v1/namespaces/{namespace}/workflows/{workflowId}Get workflow details
Parameters
namespacenamespace (stringrequiredworkflowIdworkflow ID (stringrequiredReturns
workflowExecutionInfo with execution, type, startTime, closeTime, status, historyLength, memo, searchAttributesGET
https://{namespace}.tmprl.cloud/api/v1/namespaces/{namespace}/workflows/{workflowId}/historyGet workflow history
Parameters
namespacenamespace (stringrequiredworkflowIdworkflow ID (stringrequiredReturns
history.events[] with eventId, eventType, eventTime, attributes