get-notebooks
List Datadog notebooks to find investigation documents. Filter by author, text query, or sort by modification date for quick access to incident records.
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 |