Notebooks

Number of APIs: 5

  1. Get all notebooks GET {{baseUrl}}/api/v1/notebooks?author_handle=test@datadoghq.com&exclude_author_handle=test@datadoghq.com&start=0&count=5&sort_field=modified&sort_dir=desc&query=postmortem&include_cells=false&is_template=false&type=investigation

  2. Create a notebook POST {{baseUrl}}/api/v1/notebooks

  3. Delete a notebook DELETE {{baseUrl}}/api/v1/notebooks/:notebook_id

  4. Get a notebook GET {{baseUrl}}/api/v1/notebooks/:notebook_id

  5. Update a notebook PUT {{baseUrl}}/api/v1/notebooks/:notebook_id