List publishing jobs
Returns a paginated list of publishing jobs combining audit status and bundle metadata. Supports filtering by status and bundle name/ID. Each job includes asset preview (first 3 assets), environment count, and timing information.
Query parameters
Page number (starts from 1)
Results per page (1-500)
Case-insensitive partial match filter on bundle_id and bundle name
Comma-separated status values to filter (e.g., SUCCESS,FAILED_TO_PUBLISH). Valid values: BUNDLE_REQUESTED, WAITING_FOR_PUBLISHING, BUNDLING, SENDING_TO_ENDPOINTS, PUBLISHING_BUNDLE, BUNDLE_SENT_SUCCESSFULLY, RECEIVED_BUNDLE, BUNDLE_SAVED_SUCCESSFULLY, SUCCESS, SUCCESS_WITH_WARNINGS, FAILED_TO_BUNDLE, FAILED_TO_SENT, FAILED_TO_SEND_TO_ALL_GROUPS, FAILED_TO_SEND_TO_SOME_GROUPS, FAILED_TO_PUBLISH, FAILED_INTEGRITY_CHECK, INVALID_TOKEN, LICENSE_REQUIRED
Response
Publishing jobs retrieved successfully
Example response
{
"entity": [
{
"bundleId": "01KJWNJM2C67DM56GHBJ4S7B89",
"bundleName": "bundle-testName",
"status": "SUCCESS",
"filterName": "Live to Staging",
"filterKey": "ForcePush.yml",
"assetCount": 47,
"assetPreview": [
{
"id": "abc123-content-id",
"title": "Homepage Content Update",
"type": "contentlet"
}
],
"environmentCount": 3,
"createDate": "2026-01-15T10:29:55Z",
"statusUpdated": "2026-01-15T10:31:22Z",
"numTries": 1
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.