List Campaign Steps
Campaigns
List Campaign Steps
Retrieve all sequence steps for a campaign in order
GET
List Campaign Steps
Request
Path Parameters
The campaign’s unique ID (UUID)
Headers
Requires an API key with the
campaigns:read permission. Steps are returned in send order (index 0 first).Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing campaigns:read permission |
| 404 | campaign_not_found | No campaign with this ID |
| 429 | rate_limited | Rate limit exceeded |