Skip to main content
GET
List captures

Authorizations

Authorization
string
header
required

Workspace API key (parable_...), minted in the Parable app under Settings → API.

Query Parameters

limit
integer
default:50

Page size. Default 50, maximum 100.

Required range: 1 <= x <= 100
after
string

Opaque 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.

Response

A page of captures.

captures
object[]
required
pageInfo
object
required