get-notebooks
Find Datadog notebooks for incident investigations and outages. Use filters like author, search text, or sort by modification date to locate team-specific or recent notebooks.
Instructions
List Datadog notebooks. Use for 'show investigation notebooks', 'find notebooks by team', or 'recent notebooks about outage'. Notebooks are collaborative documents used during incidents and investigations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authorHandle | No | Filter by author's email handle | |
| excludeAuthorHandle | No | Exclude specific author | |
| count | No | Number of notebooks to return | |
| start | No | Pagination offset | |
| sortField | No | Sort field ('modified' or 'name') | |
| sortDir | No | Sort direction ('asc' or 'desc') | |
| query | No | Search notebooks by text | |
| includeCells | No | Include notebook cell content | |
| isTemplate | No | Filter by template status | |
| type | No | Filter by notebook type |