API Reference / cto-briefing-config-controller

Briefing cadences the CTO briefing supports

get https://api.intelig.ai/api/v1/intelig/agents/cto-briefing/types

Auth: Authorization: ApiKey <key> (an API key sent as Bearer is rejected) or Authorization: Bearer <jwt> for a dashboard session. operationId: types

The set of cadences a briefing can be configured on, with the display label for each. Read this before writing a config rather than hard-coding the values. Requires the `agent:read` scope.

Example request

curl -X GET "https://api.intelig.ai/api/v1/intelig/agents/cto-briefing/types" \
  -H "Authorization: ApiKey $INTELIG_API_KEY"

Response 200

application/json · ApiResponseListBriefingTypeOption

FieldTypeDescription
success boolean
message string
data BriefingTypeOption[]

Status codes

  • 200 — OK
  • 400 — Bad Request
  • 401 — —
  • 429 — —

Every response is wrapped in { success, message, data }. A 4xx means the request is wrong — do not retry it unchanged. A 429 carries Retry-After in seconds.