Get action data

POST 

/v2/illuminate/decisions/:id/action-data

Retrieves aggregated action execution counts for a decision within a date range.

Request body

FieldRequiredDescription
startDateYesISO 8601 UTC timestamp
endDateYesISO 8601 UTC timestamp (must be after startDate)
utcOffsetSecNoTimezone offset in seconds (default 0). Shifts aggregation bucket boundaries.
aggregationWindowNoBucket size in seconds (e.g. 3600 for hourly). Omit for a single aggregated total.

Response

Returns time-bucketed counts of action executions (successes and failures) for each action in the decision. Use this for dashboarding action throughput over time.

Request

Example
{}
Example
{}