Skip to main content
GET
Get scan job status
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /publishing-bootstrap/job/ Description: Returns the state, progress, and (once completed) the scan summary of a queued publishing bootstrap scan. Jobs are tenant-scoped — another workspace’s job id returns 404. Authorization:
  • Required role: admin or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

jobId
string
required

Job id returned by POST /publishing-bootstrap/scan

Response

Job status retrieved

status
string
Example:

"success"

data
object