Get Slack Status
Agent Channels
Get Slack Status
Check if a Slack account is linked to an agent and get binding details.
GET
Get Slack Status
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Agent UUID
Example Request
Example Response
Linked Account
Not Linked
Response Fields
Whether a Slack account is currently linked to the agent
Slack user ID (only present if linked)
Slack workspace/team ID (only present if linked)
Slack username (only present if linked)
ISO 8601 timestamp of when the account was linked (only present if linked)
UUID of the channel binding record (only present if linked)
Status Codes
| Code | Description |
|---|---|
200 | Status retrieved successfully |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |

