API Reference / Strategy - Initiative Discovery

List discovery runs

get https://api.intelig.ai/api/v1/intelig/strategy/discovery/runs

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

Returns a summary of every discovery run for this organization, newest first.

Example request

curl -X GET "https://api.intelig.ai/api/v1/intelig/strategy/discovery/runs" \
  -H "Authorization: ApiKey $INTELIG_API_KEY"

Response 200

application/json · ApiResponseListDiscoveryRunSummaryResponse

FieldTypeDescription
success boolean
message string
data DiscoveryRunSummaryResponse[]

Status codes

  • 200 — OK
  • 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.