| Field | Type | Required | Description | Example |
|---|---|---|---|---|
After |
string | ➖ | Cursor for pagination indicating the starting point after which to fetch results. | |
Before |
string | ➖ | Cursor for pagination indicating the ending point before which to fetch results. | |
Limit |
double | ➖ | Limit the number of items to return (max 100) | 10 |
OrderDirection |
ChannelEndpointsControllerListChannelEndpointsQueryParamOrderDirection | ➖ | Direction of sorting | |
OrderBy |
string | ➖ | Field to order by | |
IncludeCursor |
bool | ➖ | Include cursor item in response | |
SubscriberId |
string | ➖ | The subscriber ID to filter results by | subscriber-123 |
ContextKeys |
List<string> | ➖ | Filter by exact context keys, order insensitive (format: "type:id") | [ "tenant:org-123", "region:us-east-1" ] |
Channel |
QueryParamChannel | ➖ | Channel type to filter results. | |
ProviderId |
ProvidersIdEnum | ➖ | Filter by provider identifier (e.g., sendgrid, twilio, slack, etc.). | slack |
IntegrationIdentifier |
string | ➖ | Integration identifier to filter results. | slack-prod |
ConnectionIdentifier |
string | ➖ | Connection identifier to filter results. | slack-connection-abc123 |
IdempotencyKey |
string | ➖ | A header for idempotency purposes |