List Workflow Campaigns
GET/emails/locations/:locationId/campaigns/workflows
Get list of workflow campaigns for a location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location ID
limit number
Number of campaigns to return. Defaults to 10, minimum is 1, maximum is 20
Possible values: >= 1 and <= 20
Default value:
10offset number
Number of items to skip for pagination. Defaults to 0, minimum is 0
Possible values: >= 0
Default value:
0search string
Search query to filter campaigns.
Default value:
status string
Filter by campaign status
Available options
publisheddraftSuccess
- application/json
- Schema
- Example (auto)
Schema
campaignsobject[]required
List of workflow campaigns
totalnumberrequired
Total count of campaigns
traceIdstring
Trace ID of the request
{
"campaigns": [
{
"id": "693bd14ea6b50a8df0180e9a",
"name": "sorting workflow",
"status": "published",
"createdAt": "2025-12-12T08:24:46.700Z",
"updatedAt": "2026-01-23T05:58:48.453Z"
}
],
"total": 50,
"traceId": "019e4ef5-a65e-4198-8cf9-8e93dca9bda4"
}