List advertiser status change events
GET /status_changes
GET /status_changes
Operation
GET
/status_changes
Searchable timeline of advertiser status transitions. Scoped to the caller's publisher for non-admins. Supports `q`, `from_status`, `to_status`, and `advertiser_id` filters.
Operation ID:
listStatusChanges
·
Tags: Status Changes
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
q
|
query | No | string | Free-form filter over advertiser name and status text |
from_status
|
query | No | string | — |
to_status
|
query | No | string | — |
advertiser_id
|
query | No | integer | — |
page
|
query | No | integer | — |
per_page
|
query | No | integer | — |
limit
|
query | No | integer | — |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Status change events",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StatusChange"
}
},
"meta": {
"type": "object",
"additionalProperties": true
}
},
"required": [
"data",
"meta"
]
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
{
"$ref": "#/components/responses/Forbidden"
}
API Playground
Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}.
Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| List advertiser status change events | GET |
/api/v1/status_changes |
OpenAPI operationId: listStatusChanges. |
GET /api/v1/status_changes
OpenAPI
List advertiser status change events