Skip to Content

POST /scenario/export

Export Scenarios

Export all scenarios as a clean, denormalized CSV.

Request Body (ExportScenarioApiRequest)

FieldTypeRequiredDescription
scenario_idstringNoUUID of the scenario to export
searchstringNoSearch query text
persona_idsstring[]NoFilter by persona UUIDs
simulation_idsstring[]NoFilter by simulation UUIDs
filter_department_idsstring[]NoFilter by department UUIDs
idempotency_keystringNoIdempotency key — replays the prior export instead of re-running

Response (ExportScenarioApiResponse)

FieldTypeRequiredDescription
contentstringYesExported file content
file_namestringYesSuggested file name for download
mime_typestringYesMIME type of the exported content
row_countintegerYesTotal number of exported rows
Last updated on