Skip to Content

POST /attempt/report

Get Reports

Get reports artifact data via composable context resolver.

Request Body (ReportsRequest)

FieldTypeRequiredDescription
start_datestringNoFilter start date
end_datestringNoFilter end date
cohort_idsstring[]NoCohort IDs to filter by
simulation_idsstring[]NoSimulation IDs to filter by
department_idsstring[]NoDepartment IDs to filter by
role_idsstring[]NoRole resource IDs to filter profiles by
simulation_filtersstring[]NoSimulation filter strings
actor_profile_idstringNoActing user profile ID
target_profile_idstringNoTarget profile ID to scope data
profile_idsstring[]NoProfile IDs to filter by
scenario_idsstring[]NoScenario IDs to filter by
searchstringNoSearch string
sort_bystringNoSort field name
sort_orderstringNoSort direction (asc or desc)
page_limitintegerNoMax items per page
page_offsetintegerNoPagination offset
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (ReportsResponse)

FieldTypeRequiredDescription
sectionsReportsSectionsNoComputed report sections
viewsReportsViewsNoRaw MV view slices (deprecated)
resourcesReportsResourcesNoResource metadata for hydration
total_countintegerNoTotal number of matching records
simulation_optionsFilterOption[]NoSimulation filter options
profile_optionsFilterOption[]NoProfile filter options
scenario_optionsFilterOption[]NoScenario filter options
analyticsAnalyticsFacetsNoInline analytics facets for SSR
Last updated on