v4

OpenAPI 3.0.0MIT2026-07-311554531.6 MB

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

nextobject nullable

Next cursor for pagination

previousobject nullable

Previous cursor for pagination

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"
        }
      ]
    }
  ]
}