Get a specific run by ID
get/v1/runs/{id}
Path parameters
idstring required
Run ID
Query parameters
summaryboolean
Set to 'true' to omit ExecutionState and WorkflowDefinition for a lighter payload.
nodeIdsstring
Comma-separated node IDs to include in ExecutionState (returns only those nodes).
Response
OK
Example response
{
"code": 200,
"message": "success",
"requestId": "abc-123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.