List CWR export jobs for a publisher's tenant
Cwr Export
List CWR export jobs for a publisher's tenant
GET /cwr/status/
GET
List CWR export jobs for a publisher's tenant
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /cwr/status/ Description: Resolves and tenant-checks the publisher, then returns the 50 most recentCWRExportJob rows for that tenant (jobs are tenant-scoped,
not publisher-scoped — CWRExportJob has no publisher column, so the
path param is used for the access check only).
Authorization:
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"