List orders
Authentication
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Query parameters
Filter by listing ID (lst_ prefixed).
Response
Object type identifier. Always list.
Pass as cursor query param to fetch the next page
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Filter by listing ID (lst_ prefixed).
Object type identifier. Always list.
Pass as cursor query param to fetch the next page
List orders for the authenticated account. Filter by status, listing, and date range. Paginated. Order lifecycle: PENDING (checkout started, buyer data captured) → PAID (payment confirmed, order.paid webhook fires) → PROCESSING (only for generated listings: agent is generating content) → FULFILLED (content delivered or order closed). Static listings auto-fulfill on payment. Generated listings enter PROCESSING until POST /fulfill is called. Webhook listings stay PAID — the seller’s system handles delivery externally. Terminal error states: CANCELED (payment failed or abandoned), FAILED (system error). Use content_type on each order to branch your handling logic.