Skip to main content
GET
Get Accounting Queue Status
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Get Accounting Queue Status Check the status of accounting recalculation jobs. Can query a specific job by ID or get overall queue status. Method: GET Authorization:
  • Required role: admin or higher
Query Parameters: Without jobId: Returns queue overview and recent jobs With jobId: Returns detailed status for that specific job

Code Examples

Authorizations

Authorization
string
header
required

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

Query Parameters

jobId
string

Specific job ID to check status for

Response

Queue status retrieved successfully

jobId
string
Example:

"job-uuid-123"

state
enum<string>
Available options:
waiting,
active,
completed,
failed,
delayed
Example:

"active"

progress
number<float>

Progress percentage (0-100)

Example:

45.5

data
object
timestamps
object