List captures
API Reference
List captures
Lists captures in stream order (oldest first), full documents included — one request is a complete ingest step. Page with after=<pageInfo.endCursor> until hasNextPage is false, persisting the cursor after each page. The stream never emits a capture behind a cursor you have already advanced past.
GET
List captures
Authorizations
Workspace API key (parable_...), minted in the Parable app under Settings → API.
Query Parameters
Page size. Default 50, maximum 100.
Required range:
1 <= x <= 100Opaque cursor from a previous response's pageInfo.endCursor. Omit to start from the beginning of history. Treat cursors as black boxes — store and echo them, never interpret them.