Publishing

Get publishing job details

Returns detailed status, environments, endpoints, and timestamps for a specific publishing bundle. Includes per-endpoint success/failure status with error messages and stack traces for failed endpoints.

get/api/v1/publishing/{bundleId}

Path parameters

bundleIdstring required

Bundle identifier

Response

Publishing job details retrieved successfully

i18nMessagesMapobject
permissionsstring[]

Example response

{
  "entity": {
    "bundleId": "01KJWNJM2C67DM56GHBJ4S7B89",
    "bundleName": "bundle-testName",
    "status": "SUCCESS",
    "filterName": "Live to Staging",
    "filterKey": "ForcePush.yml",
    "assetCount": 47,
    "environments": [
      {
        "id": "env-staging-123",
        "name": "Staging Environment",
        "endpoints": [
          {
            "id": "endpoint-1",
            "serverName": "Staging Server 1",
            "address": "staging1.example.com",
            "port": "443",
            "protocol": "https",
            "status": "SUCCESS",
            "statusMessage": "Everything ok"
          }
        ]
      }
    ],
    "timestamps": {
      "bundleStart": "2026-01-15T10:30:00Z",
      "bundleEnd": "2026-01-15T10:31:22Z",
      "publishStart": "2026-01-15T10:30:05Z",
      "publishEnd": "2026-01-15T10:31:18Z",
      "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.