Get action data
POST/v2/illuminate/decisions/:id/action-data
Retrieves aggregated action execution counts for a decision within a date range.
Request body
| Field | Required | Description |
|---|---|---|
startDate | Yes | ISO 8601 UTC timestamp |
endDate | Yes | ISO 8601 UTC timestamp (must be after startDate) |
utcOffsetSec | No | Timezone offset in seconds (default 0). Shifts aggregation bucket boundaries. |
aggregationWindow | No | Bucket 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
{}