aiendpoint.dev
ServicesTemporal

Temporal

community

Durable execution platform for building reliable distributed applications and workflows.

Visit site ↗

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.

https://temporalio.combearerdeveloperconfidence: 90/1000 discoveries1 contributors
GEThttps://{namespace}.tmprl.cloud/api/v1/namespaces/{namespace}/workflows

List workflows

Parameters

querylist filter (stringoptional
namespacenamespace (stringrequired
maximumPageSizeresults (integeroptional

Returns

executions[] with execution.workflowId, execution.runId, type.name, startTime, status, closeTime
GEThttps://{namespace}.tmprl.cloud/api/v1/namespaces/{namespace}/workflows/{workflowId}

Get workflow details

Parameters

namespacenamespace (stringrequired
workflowIdworkflow ID (stringrequired

Returns

workflowExecutionInfo with execution, type, startTime, closeTime, status, historyLength, memo, searchAttributes
GEThttps://{namespace}.tmprl.cloud/api/v1/namespaces/{namespace}/workflows/{workflowId}/history

Get workflow history

Parameters

namespacenamespace (stringrequired
workflowIdworkflow ID (stringrequired

Returns

history.events[] with eventId, eventType, eventTime, attributes