list-notebooks
Retrieve Datadog notebooks with search by name, filter by author, and sort by field and direction.
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 |