Boards are a place to pin and save useful queries and graphs you want to retain for later reuse and reference.
This API allows you to list, create, update, and delete Boards.
The API key must have the Manage Public Boards permission. Learn more about API keys here.
Create a Board comprised of one or more Queries.
Created
The provided request body was invalid. Most APIs will return a DetailedError for this condition, explaining what went wrong, but some older APIs only return a GenericError.
Unauthorized
Forbidden
Validation Failed
Error
{- "name": "My Board",
- "description": "A board created via the API",
- "style": "visual",
- "column_layout": "multi",
- "queries": [
- {
- "caption": "context for this query",
- "graph_settings": {
- "hide_markers": false,
- "log_scale": false,
- "omit_missing_values": false,
- "stacked_graphs": false,
- "utc_xaxis": false,
- "overlaid_charts": false
}, - "query_style": "graph",
- "dataset": "My Dataset",
- "query_id": "abc1234e",
- "query": null,
- "query_annotation_id": "e4c24a35"
}
], - "slos": [
- "BGfyxhFto",
- "dF1URaPGL",
- "oSxbG7eiA"
]
}
{- "name": "My Board",
- "description": "A board created via the API",
- "style": "visual",
- "column_layout": "multi",
- "queries": [
- {
- "caption": "context for this query",
- "graph_settings": {
- "hide_markers": false,
- "log_scale": false,
- "omit_missing_values": false,
- "stacked_graphs": false,
- "utc_xaxis": false,
- "overlaid_charts": false
}, - "query_style": "graph",
- "dataset": "My Dataset",
- "query_id": "abc1234e",
- "query_annotation_id": "e4c24a35"
}
], - "slos": [
- "BGfyxhFto",
- "dF1URaPGL",
- "oSxbG7eiA"
], - "links": {
}, - "id": "2NeeaE9bBLd"
}
Retrieves a list of all non-secret Boards within an environment. Note: For Honeycomb Classic users, all boards within Classic will be returned.
Success
Unauthorized
Error
[- {
- "name": "My Board",
- "description": "A board created via the API",
- "style": "visual",
- "column_layout": "multi",
- "queries": [
- {
- "caption": "context for this query",
- "graph_settings": {
- "hide_markers": false,
- "log_scale": false,
- "omit_missing_values": false,
- "stacked_graphs": false,
- "utc_xaxis": false,
- "overlaid_charts": false
}, - "query_style": "graph",
- "dataset": "My Dataset",
- "query_id": "abc1234e",
- "query_annotation_id": "e4c24a35"
}
], - "slos": [
- "BGfyxhFto",
- "dF1URaPGL",
- "oSxbG7eiA"
], - "links": {
}, - "id": "2NeeaE9bBLd"
}
]
Get a single Board by ID.
Success
The provided request body was invalid. Most APIs will return a DetailedError for this condition, explaining what went wrong, but some older APIs only return a GenericError.
Unauthorized
Forbidden
Not Found
Error
{- "name": "My Board",
- "description": "A board created via the API",
- "style": "visual",
- "column_layout": "multi",
- "queries": [
- {
- "caption": "context for this query",
- "graph_settings": {
- "hide_markers": false,
- "log_scale": false,
- "omit_missing_values": false,
- "stacked_graphs": false,
- "utc_xaxis": false,
- "overlaid_charts": false
}, - "query_style": "graph",
- "dataset": "My Dataset",
- "query_id": "abc1234e",
- "query_annotation_id": "e4c24a35"
}
], - "slos": [
- "BGfyxhFto",
- "dF1URaPGL",
- "oSxbG7eiA"
], - "links": {
}, - "id": "2NeeaE9bBLd"
}
Update a Board by specifying its ID and full details.
Note: Queries can be added to, removed from, and re-ordered by updating the board itself. It is not possible to reference individual queries via the API.
Success
The provided request body was invalid. Most APIs will return a DetailedError for this condition, explaining what went wrong, but some older APIs only return a GenericError.
Unauthorized
Not Found
Validation Failed
Error
{- "name": "My Board",
- "description": "A board created via the API",
- "style": "visual",
- "column_layout": "multi",
- "queries": [
- {
- "caption": "context for this query",
- "graph_settings": {
- "hide_markers": false,
- "log_scale": false,
- "omit_missing_values": false,
- "stacked_graphs": false,
- "utc_xaxis": false,
- "overlaid_charts": false
}, - "query_style": "graph",
- "dataset": "My Dataset",
- "query_id": "abc1234e",
- "query": null,
- "query_annotation_id": "e4c24a35"
}
], - "slos": [
- "BGfyxhFto",
- "dF1URaPGL",
- "oSxbG7eiA"
]
}
{- "name": "My Board",
- "description": "A board created via the API",
- "style": "visual",
- "column_layout": "multi",
- "queries": [
- {
- "caption": "context for this query",
- "graph_settings": {
- "hide_markers": false,
- "log_scale": false,
- "omit_missing_values": false,
- "stacked_graphs": false,
- "utc_xaxis": false,
- "overlaid_charts": false
}, - "query_style": "graph",
- "dataset": "My Dataset",
- "query_id": "abc1234e",
- "query_annotation_id": "e4c24a35"
}
], - "slos": [
- "BGfyxhFto",
- "dF1URaPGL",
- "oSxbG7eiA"
], - "links": {
}, - "id": "2NeeaE9bBLd"
}