Retrieve workflow run
Retrieve detailed information for a specific workflow run by ID.
get/v1/activity/workflow-runs/{workflowRunId}
Path parameters
workflowRunIdstring required
Response
Example response
{
"topics": [
{
"_id": "64da692e9a94fb2e6449ad06",
"key": "product-updates",
"name": "Product Updates",
"data": {
"category": "product",
"priority": 1
},
"createdAt": "2023-08-15T00:00:00.000Z",
"updatedAt": "2023-08-15T00:00:00.000Z"
}
]
}Changes
Changed in 1 of the 13 revisions of this API.1
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○