Retrieves a list of all non-secret Boards within an environment. Note: For Honeycomb Classic users, all boards within Classic will be returned.
Success
The name of the Board.
1 - 255"My Board"
The type of the board. Only flexible boards are supported.
flexible A description of the Board.
1024"A board created via the API"
Unique identifier (ID), returned in response bodies.
"2NeeaE9bBLd"
A list of key-value pairs to help identify the Trigger.
10[{ "key": "team", "value": "blue" }]A list of preset filters to apply to the board. For backwards compatibility, if no preset filters are provided, the existing preset filters will be preserved. If an empty array is provided, all preset filters will be deleted. Note: Each board is limited to a maximum of 5 preset filters. Attempting to create or update a board with more than 5 preset filters will result in an error.
5[
{
"column": "app.Service",
"alias": "Service"
}
]