Export incidents as CSV
POST /v1/incidents/export
Request Body
Section titled “Request Body ”object
Optional list of column keys to include, in order. If None, exports all columns.
Optional custom filename (without .csv extension)
Filter applied in “All in filter” mode. Used when selected_incidents
is empty. Pagination on the filter is overridden by streaming defaults.
object
Accepts UUIDs, the literal null (unassigned), and the sentinel
me (the calling user, resolved server-side). Multiple values
union.
Inclusive lower bound on contained_date. RFC 3339 or bare YYYY-MM-DD.
Inclusive upper bound on contained_date. RFC 3339 or bare YYYY-MM-DD.
Match only incidents whose contained_date is unset. Mutually
exclusive with contained_after/contained_before.
Inclusive lower bound on created_date. RFC 3339 or bare YYYY-MM-DD.
Inclusive upper bound on created_date. RFC 3339 or bare YYYY-MM-DD.
Inclusive lower bound on detected_date. RFC 3339 or bare YYYY-MM-DD.
Inclusive upper bound on detected_date. RFC 3339 or bare YYYY-MM-DD.
When true, the list includes incidents that are linked under another
incident (i.e. rows with a non-null parent_id). Defaults to false so
registers and rollups stay collapsed.
Inclusive lower bound on occurred_date. RFC 3339 or bare YYYY-MM-DD.
Inclusive upper bound on occurred_date. RFC 3339 or bare YYYY-MM-DD.
Match only incidents whose occurred_date is unset. Mutually
exclusive with occurred_after/occurred_before.
1-indexed page number. Defaults to 1 (explicit null reads as the
default); zero is rejected.
Rows per page. Defaults to 50 (explicit null reads as the default);
zero is rejected.
Inclusive lower bound on responded_date. RFC 3339 or bare YYYY-MM-DD.
Inclusive upper bound on responded_date. RFC 3339 or bare YYYY-MM-DD.
Match only incidents whose responded_date is unset. Mutually
exclusive with responded_after/responded_before.
Inclusive lower bound on updated_date. RFC 3339 or bare YYYY-MM-DD.
Inclusive upper bound on updated_date. RFC 3339 or bare YYYY-MM-DD.
IDs of selected rows. When non-empty, exports only these and ignores
filter. When empty, falls back to “All in filter”.
Example
INC-00001Responses
Section titled “ Responses ”Export all incidents with current state as CSV