Skip to main content
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 recent CWRExportJob 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: user or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

publisherId
string<uuid>
required

Response

Export jobs retrieved

count
integer

Total CWRExportJob rows for the tenant (not just the returned page).

rows
object[]

Up to 50 most-recent jobs, newest first.