list-notebooks
Search and filter Datadog notebooks by name, author, or sort order to locate specific notebooks quickly.
Instructions
List Datadog notebooks with search and filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query to filter notebooks by name. Example: incident postmortem | |
| authorHandle | No | Filter by author handle (email). Example: user@example.com | |
| count | No | Number of results to return (default 50) | |
| start | No | Pagination offset | |
| sortField | No | Sort field: modified, name, created | modified |
| sortDir | No | Sort direction: asc or desc | desc |
| includeCells | No | Include notebook cell contents in response |