List workflow runs
Retrieve a list of workflow runs with optional filtering and pagination.
get/v1/activity/workflow-runs
Query parameters
limitnumber required
cursorstring
workflowIdsstring[]
subscriberIdsstring[]
transactionIdsstring[]
statusesstring[]
channelsstring[]
topicKeystring
subscriptionIdstring
createdGtestring
createdLtestring
severitystring[]
contextKeysstring[]
Response
Example response
{
"data": [
{
"topics": [
{
"_id": "64da692e9a94fb2e6449ad06",
"key": "product-updates",
"name": "Product Updates",
"createdAt": "2023-08-15T00:00:00.000Z",
"updatedAt": "2023-08-15T00:00:00.000Z"
}
]
}
]
}