Skip to main content
GET
Get one BusinessBackgroundJob
A BusinessBackgroundJob is an internal, read-only entity representing background jobs used for bulk edits or imports. It is not intended for direct use by end users. Each record tracks a single asynchronous job: who triggered it, its current status, a human-readable description, and any result data produced when the job completes.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the BusinessBackgroundJob-Read role.

Path Parameters

integer
required
The Id of the BusinessBackgroundJob record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
string
Location name.
integer
ID of the user linked to this record.
string
Full name of the user who triggered the job.
string
Email of the user who triggered the job.
string
Unique identifier (GUID) of the background job.
string
Human-readable description of what the job does.
string
Files associated with the job (e.g. import files).
string
Current status of the background job.
string
Result data produced when the job completes.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response