Get status of asynchronous Job.
A Job is Nitro’s asynchronous file processing for PDF Transformation, Conversion, and Extraction operations.
running: Job is processing. The response includes a progress field indicating the current percentage of completion.completed: Job completed successfully. The response includes the result, that can be one or more file links for Conversion and Transformation jobs, a JSON payload for Extraction jobs, or a binary string.failed: Job processing failed. The response will include an error field with the failure reason.canceled: The job was canceled by the user."Accept": "text/event-stream" header in the request.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Controls response format and behavior. See endpoint description above for detailed response combinations.
application/json: Returns JSON response with operation resultapplication/event-stream: Enables Server-Sent Events for real-time updates*/*: Defaults to JSON responseapplication/json, application/event-stream, */* The unique identifier of the job.
Job status and status-related data.
Available statuses: running, completed, failed, canceled.