Skip to main content
GET
List cards on a team board

Authorizations

Authorization
string
header
default:dav_ak_live_your_token
required

Personal access token. The scopes granted at issuance determine both which operations the key may call and the ceiling on the resource permissions it can exercise. Each scope family is a ladder: projects:manage implies projects:write and projects:read; cards:manage implies cards:write and cards:read; and teams:manage implies teams:write and teams:read. These are named API capability bundles, not blanket domain roles: manage exposes only the permissions enumerated for that scope and never bypasses the acting user's current role-based access.

Path Parameters

orgId
string<uuid>
required

Organization id.

teamId
string<uuid>
required

Agile team id.

Query Parameters

sprintId

Sprint id, or the literal null for cards not in a sprint.

statusId
string<uuid>
isOpen
boolean
limit
integer
default:100

Maximum cards returned.

Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0

Response

Filtered board cards.

cards
object[]
required
meta
object

Present on API-key or explicitly paginated requests.