Document packets
List Document Packets
List a workflow’s document packets, newest first
GET
Rate limit tier: general (600 req/min) — see Rate limits.
Returns one keyset page of a workflow’s document packets, newest first. Follow
next_cursor until it is null (see Pagination).
Items are slim summaries — id, name, status, timestamps. Fetch GET /v3/document-packets/{document_packet_id}/ for the per-file breakdown and latest_run_id.
Packet status reflects the packet’s most recent extraction: not_started (never run), queued, in_progress, processed, error, or cancelled.
Authorizations
API key issued from app.anyformat.ai/api-key. Send as Authorization: Bearer <key>.
Path Parameters
Query Parameters
Page size, capped at 100.
Required range:
1 <= x <= 100Opaque token from a previous response's next_cursor.
Response
Successful Response
One keyset page of document packets.
Fixed (-created_at, -id) order. No totals or page numbers —
iterate by following next_cursor until it is null.
