GET/v1/dispatch_targets

dispatch_targets.list

Returns a paginated list of reusable dispatch targets in the caller's tenant. A dispatch target is a named destination (e.g. a specific Slack channel or PagerDuty integration) that notification rules can reference. Sensitive `config` is NEVER returned — write-only via POST/PATCH.

Parameters

NameTypeRequiredDescription
cursorstringoptionalOpaque pagination cursor returned in `next_cursor` of the previous response.
limitintegeroptionalPage size, 1..100, default 50.

Response

NameTypeRequiredDescription
objectstringrequired
Enum: list
dataarray of DispatchTargetrequired
has_morebooleanrequired
next_cursorstringnullrequiredOpaque pagination cursor returned in the previous list response.

Examples

curl -sS -X GET \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/dispatch_targets

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.