export_incidents_csv
POST /v1/incidents/export
POST
/v1/incidents/export
Request Body
Section titled “Request Body ” One of:
null
object
all_incidents
required
boolean
columns
Optional list of column keys to include, in order. If None, exports all columns.
array | null
filename
Optional custom filename (without .csv extension)
string | null
selected_incidents
required
A set of IDs to export. Overridden if all_incidents is true.
Array<string>
Example
INC-00001Responses
Section titled “ Responses ”Export all incidents with current state as CSV
Array<integer>