Skip to main content
GET
Frames for a tenant, optionally one card

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

team
string
required

Team slug. Lowercase letters, digits and hyphens, 1..63 characters.

tenantUserId
string
required

The tenant_user this team is bound to. default and me resolve to the caller's own subject.

Query Parameters

task
string

Filter to one board id.

cursor
string

Opaque keyset cursor from the previous response's next_cursor. Never an offset.

limit
integer

1..200. Default 50.

Required range: 1 <= x <= 200

Response

Frames, newest first.

items
object[]
next_cursor
string | null