list_spa_campaigns
List SPA campaigns for an advertiser with pagination and optional status filter (ACTIVE, PAUSED).
Instructions
List all SPA campaigns for an advertiser with pagination and optional status filter. Returns a paginated list of campaigns. Supports filtering by status (ACTIVE, PAUSED). Offset and limit are required for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body matching the endpoint schema. See get_endpoint_definition for details. | |
| limit | Yes | Maximum number of campaigns to return. Must be greater than 0 and less than or equal to 50. | |
| offset | Yes | Pagination offset. | |
| status | No | Filter campaigns by status. | |
| x_token | No | Authentication token for the x-token header (required to make the call). | |
| advertiser_id | Yes | Osmos generated unique identifier for the onboarded advertiser. | |
| x_retailer_id | No | Retailer identifier for the x-retailer-id header (required to make the call). |