List Screenshots
Returns a paginated list of approved screenshots for the organization within the specified time range.
Authorizations
AuthorizationstringRequired
API key necessary to authenticate API requests
Path parameters
organization_slugstringRequiredExample:
Organization slug
abc-companyQuery parameters
fromstring · date-timeOptionalExample:
Start of approval time range (ISO 8601 datetime, defaults to 24 hours ago)
2024-01-01T00:00:00Ztostring · date-timeOptionalExample:
End of approval time range (ISO 8601 datetime)
2024-12-31T23:59:59Zorderstring · enumOptionalDefault:
Sort order by approved_at (default: asc)
ascPossible values: pageintegerOptionalExample:
Page number for pagination
1per_pageinteger · max: 500OptionalExample:
Number of results per page (max 500)
100includestring · enumOptionalExample:
Additional data to include. ad.creative enables platform creative objects (xandr_creative, google_dv360_creative, google_ad_manager_creative, trade_desk_creative) and preview_image_url on each ad. Without it, those properties are omitted entirely.
ad.creativePossible values: Header parameters
AuthorizationstringOptional
Bearer token for API authentication
Responses
200
OK
application/json
401
Unauthorized
403
Forbidden
422
Unprocessable Entity
application/json
get
/api/v1/orgs/{organization_slug}/screenshotsOverview
Query Parameters
Parameter
Required
Description
Pagination
Response Headers
Header
Description
Example
Polling Pattern
Response
Success Response (200 OK)
Platform Creative Data
Xandr
Google DV360
Google Ad Manager
The Trade Desk
Disabled Organizations
Error Responses
401 Unauthorized
403 Forbidden
422 Unprocessable Entity
Last updated