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",
"createdAt": "2023-08-15T00:00:00.000Z",
"updatedAt": "2023-08-15T00:00:00.000Z"
}
]
}