API Reference / cto-briefing-config-controller

Get the CTO briefing configuration

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

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

Who receives the briefing, on what cadence, in whose timezone, and whether new users matching a role are enrolled automatically. Requires the `agent:read` scope.

Example request

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

Response 200

application/json · ApiResponseCtoBriefingConfig

FieldTypeDescription
success boolean
message string
data CtoBriefingConfig

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.