BusinessBackgroundJobs
Get one BusinessBackgroundJob
Retrieve a single BusinessBackgroundJob record by its Id.
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
The Id of the BusinessBackgroundJob record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
Location name.
ID of the user linked to this record.
Full name of the user who triggered the job.
Email of the user who triggered the job.
Unique identifier (GUID) of the background job.
Human-readable description of what the job does.
Files associated with the job (e.g. import files).
Current status of the background job.
Result data produced when the job completes.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one BusinessBackgroundJob