APIIntegrations
List Slack channel-to-project mappings
List channel-to-project mappings for a Slack connection.
Path Parameters
connectionId*string
Slack integration connection ID (the integration_connections.id, not the Slack team id).
Format
uuidQuery Parameters
organizationId?string
Organization the connection belongs to. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/integrations/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08/slack-channel-project-mappings"{ "mappings": [ { "connectionId": "84b500d7-71c8-4b1f-adf4-f1eb0000973d", "slackChannelId": "string", "slackChannelName": "string", "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8" } ]}