Skip to main content
GET
Get Invoice Processing Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

ID of the processing job

Response

Job status retrieved successfully

job_id
string
Example:

"job_123456789"

status
enum<string>
Available options:
processing,
completed,
failed
Example:

"completed"

file_id
string
Example:

"sample_invoice.pdf"

created_at
string<date-time>
Example:

"2025-02-11T08:19:37Z"

updated_at
string<date-time>
Example:

"2025-02-11T08:19:53Z"

result
object