Get asynchronous capture status
Retrieve the current status of an asynchronous capture. When processing is complete, the response includes the capture result or error details, along with delivery status when webhook or cloud-storage delivery was requested.
Authorizations
Authenticate with a Snapsnip API key using Authorization: Bearer <api-key>.
Path Parameters
The unique identifier returned when the asynchronous capture request was accepted.
36Response
Current asynchronous capture status.
Current state and available result details for an asynchronous capture.
Opaque identifier returned when the capture was accepted.
36Time at which processing reached a terminal state, or null while processing is incomplete.
Time at which the server accepted the request.
Time at which processing began, or null while the capture is queued.
Current lifecycle state of the capture.
queued, running, completed, failed, expired Media type of the completed result, such as image/png or application/pdf.
State of the requested external delivery.
Present only when the request included a delivery configuration.
API path from which the completed result can be downloaded.
Present only while a successfully completed result remains available.
Failure details. Present only when status is failed.
Time after which the completed result can no longer be downloaded.
Size of the completed result in bytes.
x >= 0