# Retrieve an Incident Returns data about single Incident. Endpoint: GET /hubs/{subdomain}/incidents/{incident_id} Version: 3.0-R1 Security: ApiKeyAuth ## Path parameters: - `subdomain` (string, required) Unique subdomain of requested Hub. - `incident_id` (integer, required) id of the requested incident. ## Query parameters: - `extend` (string) Specifies which properties should be expanded. Expanded properties contains more detailed information which is less frequently needed in typical usage. Currently supported only for flags. Example: "flags" - `api_version` (string) Api version Enum: "V3-R1" ## Response 200 fields (application/json): - `id` (integer) Example: 15 - `author` (string,null) Author email - `title` (string) Title of incident as visible on Hub Page. If there is draft IncidentUpdate that changes the title, the title will not reflect this change because the draft update is not published and therefore not visible on Hub Page. - `created_at` (string) Timestamp of record creation. ISO8601 formatted time (UTC). Example: "2020-09-01T08:29:00Z" - `start_time` (string) Timestamp of the start_time of the first (by start_time) Incident Update. ISO8601 formatted time (UTC). Example: "2020-09-01T08:29:00Z" - `updated_at` (string) Timestamp of last modification of record. ISO8601 formatted time (UTC). Example: "2020-09-01T08:29:00Z" - `end_time` (string,null) Timestamp of event end. If not set it means that the event has not ended yet. ISO8601 formatted time (UTC). Example: "2020-09-01T08:29:00Z" - `flags` (any)