Boards
List boards
List boards, newest first.
Filter by domain or agent_managed. Requires boards:read.
Request
curl -X GET "https://api.blueticks.co/v1/boards"{
"success": true,
"data": [
{
"board_id": "string",
"name": "string",
"domain": "string",
"agent_managed": true,
"memory_retention_days": 0,
"item_count": 0,
"web_url": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"limit": 0,
"skip": 0,
"total": 0
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Query Parameters
order?string
Sort direction by timestamp: asc (oldest first) or desc (newest first, default).
Default
"desc"Value in
"asc" | "desc"skip?integer
Number of items to skip before the page (default 0).
Default
0Range
0 <= valuelimit?integer
Page size (default 50, max 200).
Default
50Range
1 <= value <= 200Response
Response Body
application/json
application/json