Skip to main content
GET
Poll session status

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<shortuuid>
required

Unique session id identifier.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

OK

Lightweight session status for polling completion.

session_status
enum<string>
required

Lifecycle state of the session — same set as SessionResponseSchema.status. Polling clients should treat any value other than ACTIVE as terminal.

Available options:
ACTIVE,
COMPLETED,
EXPIRED
extraction_status
enum<string>
required

Vision-extraction pipeline stage. pending before submit; processing while Bedrock runs; ready once results are available for review; accepted / rejected after the operator reviews them.

Available options:
pending,
processing,
ready,
accepted,
rejected
captures
CaptureStatusSchema · object[]

Status of each capture.