Blueticks
Boards

List board items

List a board's items (tasks).

Pass active_only=true to return only items updated within the retention window whose status is non-terminal (the AI's "active memory" view). Filter by status label or updated_since. Requires boards:read.

Request

curl -X GET "https://api.blueticks.co/v1/boards//items"
GET
/v1/boards/{boardId}/items

Path Parameters

boardId*string

Query Parameters

status?string

Filter by denormalized status label.

order?string

Sort direction by timestamp: asc (oldest first) or desc (newest first, default).

Default"desc"
Value in"asc" | "desc"
active_only?boolean

When true: only items updated within the retention window whose status is non-terminal and not deleted.

Defaultfalse
updated_since?string

ISO 8601 / epoch-ms cutoff; only items updated at or after this time.

skip?integer

Number of items to skip before the page (default 0).

Default0
Range0 <= value
limit?integer

Page size (default 50, max 200).

Default50
Range1 <= value <= 200

Response

Response Body

application/json

application/json