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

Description

Get royalty processing job status Monitor the status and progress of a royalty file processing job. Provides real-time updates on processing progress, errors, and completion status. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

jobId
string
required

The processing job ID returned from file confirmation

Response

Success - Returns job details

id
string

Job ID

name
string

Job name/type

status
enum<string>

Current job status

Available options:
waiting,
active,
completed,
failed
progress
number

Processing progress (0-100)

Required range: 0 <= x <= 100
processedOn
string<date-time> | null

Timestamp when job started processing

finishedOn
string<date-time> | null

Timestamp when job finished

failedReason
string | null

Error message if job failed

data
object

Job-specific data and metadata