Skip to main content
GET
/
v1
/
alerts
/
slack-channels
List Slack channels available for alert notifications
curl --request GET \
  --url https://api.agentmark.co/v1/alerts/slack-channels \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Agentmark-App-Id: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "is_archived": true,
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.agentmark.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Agentmark-App-Id
string
header
required

Application ID for tenant scoping

Authorization
string
header
required

API key (sk_agentmark_*)

Response

List of Slack channels visible to the bot.

data
object[]
required