cURL
curl --request GET \ --url https://api.shiftkeeper.io/schedules/{schedule_id}/slack_channels/ \ --header 'x-api-key: <api-key>'
{ "channels": [ { "id": "<string>", "name": "<string>" } ] }
List all Slack channels linked to a schedule.
Documentation IndexFetch the complete documentation index at: https://docs.shiftkeeper.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.shiftkeeper.io/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key which starts with 'keeper_'
The ID of the schedule.
Default Response
Show child attributes