Retrieve All Alert Filter Schedules

Retrieves the schema for all existing schedules.

📘

Renamed API

The Alert Filter Schedules API was previously called Schedules V1. The functionality of the API has not changed, but the name has been updated to clarify which BigPanda feature the API manages.

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the Org Token type of Authorization token.

Sample Call

curl --request GET \
     --url https://api.bigpanda.io/resources/v1.0/schedules \
     --header 'Content-Type: application/merge-patch+json; charset=utf-8' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <ORG TOKEN>'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v1.0/schedules \
     --header 'Content-Type: application/merge-patch+json; charset=utf-8' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <ORG TOKEN>'
Language