Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns a collection of boards.
Example Output
{
"data": {
"boards": [
{
"id": "1234567890",
"name": "First Board",
"description": null,
"board_kind": "public",
"state": "active",
"updated_at": "2022-01-01T11:11:11Z"
},
{
"id": "0987654321",
"name": "Second Board",
"description": null,
"board_kind": "public",
"state": "active",
"updated_at": "2022-01-01T22:22:22Z"
}
]
}
}
Workflow Library Example
List Boards with Monday and Send Results Via Email