Appearance
List cards
GET
/cards
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Query Parameters
cursor
Opaque pagination cursor from a previous response.
Type
string
limit
Page size (default 25, max 100).
Type
integer
Default
25Maximum
100board
Board id or slug.
Type
string
status
Type
string
Valid values
"backlog""in_progress""in_review""done"assignee
me or a member id.
Type
string
Responses
A page of cards.
application/json
JSON "data": [ { "id": "crd_PS117", "ref": "PS-117", "board_id": "brd_q3roadmap", "title": "Stripe refund flow — partial refunds for annual plans", "workflow_status": "string", "gated": true, "criteria_done": 2, "criteria_total": 2, "due_on": "2026-07-18", "assignee_ids": [ "string" ] } ], "next_cursor": "string"
{
}