---
title: "List Settings Log Events"
method: GET
path: "/incidents/v1/log"
tags: ["Investigations"]
---

# List Settings Log Events

`GET /incidents/v1/log`

## Query parameters

- `page_size` integer, required
- `page_token` string

## Response `200`

A successful response.

- S12IncidentsV1ListSettingsLogResponse
  - `result` S12IncidentsV1SettingsLogEvent[] — The log events
    - `at` string, date-time — timestamp for the log event
    - `resource` S12IncidentsV1SettingsLogEventResource
      - `status` S12IncidentsV1StatusMeta
        - `status_id` string — unique identifier for the status
        - `title` string — Deprecated. Use title_localised instead. title of the status
        - `badge_color` 'StatusBadgeColorAccent' | 'StatusBadgeColorInfo' | 'StatusBadgeColorNegative' | 'StatusBadgeColorPositive' | 'StatusBadgeColorWarning' | 'StatusBadgeColorSurface' — - StatusBadgeColorAccent: Color is accent - StatusBadgeColorInfo: Color is info - StatusBadgeColorNegative: Color is negative - StatusBadgeColorPositive: Color is positive - StatusBadgeColorWarning: Color is warning - StatusBadgeColorSurface: Color is surface
        - `title_localised` S12IncidentsV1LocalisedString
          - `value` string — The string value that has been matched
          - `lang` string — The matched language which has been used to provided the value
          - `alternatives` S12IncidentsV1LocalisedStringSet
            - `strings` object — The map of BCP47 language codes to string content
            - `order` string[] — The ordered list of BCP47 language codes. 0th index acts as the default if no languages could be matched
      - `category` S12IncidentsV1CategoryMetaData
        - `category_id` string — the unique identifier of the category
        - `title` string — the title of the category
        - `description` string — the description of the category
      - `section` S12IncidentsV1FieldMetaData
        - `field_id` string — unique identifier for the field
        - `category_id` string — unique identifier for the category
        - `title` string — title of the field
        - `category_title` string — title of the category
      - `detail_field` S12IncidentsV1DetailFieldMetaData
        - `field_id` string — unique identifier for the field
        - `title` string — title of the field
        - `field_type` 'FIELD_VALUE_TYPE_UNSPECIFIED' | 'FIELD_VALUE_TYPE_STRING' | 'FIELD_VALUE_TYPE_MONEY' | 'FIELD_VALUE_TYPE_TIMESTAMP' | 'FIELD_VALUE_TYPE_USER_ID' | 'FIELD_VALUE_TYPE_SELECT' | 'FIELD_VALUE_TYPE_TEMPLATE_ID' | 'FIELD_VALUE_TYPE_MULTI_SELECT' | 'FIELD_VALUE_TYPE_SITE' | 'FIELD_VALUE_TYPE_MULTI_SITE' | 'FIELD_VALUE_TYPE_INTEGER' | 'FIELD_VALUE_TYPE_ADDRESS' | 'FIELD_VALUE_TYPE_TIMEZONE' | 'FIELD_VALUE_TYPE_CONTACT_DETAILS' — Type of FieldValue. Defaults to type String. - FIELD_VALUE_TYPE_UNSPECIFIED: Field value type unspecified. - FIELD_VALUE_TYPE_STRING: Field value type string. - FIELD_VALUE_TYPE_MONEY: Field value type money. - FIELD_VALUE_TYPE_TIMESTAMP: Field value type timestamp. - FIELD_VALUE_TYPE_USER_ID: Field value type user ID. - FIELD_VALUE_TYPE_SELECT: Field value type select - FIELD_VALUE_TYPE_TEMPLATE_ID: Field value type template ID. - FIELD_VALUE_TYPE_MULTI_SELECT: Field value type multi-select - FIELD_VALUE_TYPE_SITE: Field value type site - FIELD_VALUE_TYPE_MULTI_SITE: Field value type multi-site - FIELD_VALUE_TYPE_INTEGER: Field value type integer - FIELD_VALUE_TYPE_ADDRESS: Field value type address. - FIELD_VALUE_TYPE_TIMEZONE: Field value type timezone - FIELD_VALUE_TYPE_CONTACT_DETAILS: Field value type contact details
    - `performed_by` S12IncidentsV1UserMeta
      - `user_id` string — unique identifier for the user
      - `display_name` string — name of the user
      - `profile_image` S12CommonMedia
        - `id` string
        - `token` string
        - `filename` string — full file name, including file extension
        - `media_type` 'MEDIA_TYPE_IMAGE' | 'MEDIA_TYPE_VIDEO' | 'MEDIA_TYPE_PDF' | 'MEDIA_TYPE_DOCX' | 'MEDIA_TYPE_XLSX' | 'MEDIA_TYPE_PPTX' | 'MEDIA_TYPE_CSV' — - MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). - MEDIA_TYPE_VIDEO: A video file (MP4, MOV). - MEDIA_TYPE_PDF: A PDF document. - MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). - MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). - MEDIA_TYPE_PPTX: A Microsoft PowerPoint presentation (PPTX, PPT). - MEDIA_TYPE_CSV: A CSV file.
      - `email` string — email address of the user
      - `seat_type` 'SUBSCRIPTION_SEAT_TYPE_UNSPECIFIED' | 'SUBSCRIPTION_SEAT_TYPE_PREMIUM' | 'SUBSCRIPTION_SEAT_TYPE_COLLABORATOR' | 'SUBSCRIPTION_SEAT_TYPE_LITE' | 'SUBSCRIPTION_SEAT_TYPE_SERVICE_USER' | 'SUBSCRIPTION_SEAT_TYPE_SUPPORT'
      - `status` 'USER_ACTIVE_STATUS_UNSPECIFIED' | 'USER_ACTIVE_STATUS_ACTIVE' | 'USER_ACTIVE_STATUS_DEACTIVATED' — - USER_ACTIVE_STATUS_UNSPECIFIED: Status is unknown or not specified - USER_ACTIVE_STATUS_ACTIVE: User is active - USER_ACTIVE_STATUS_DEACTIVATED: User has been deactivated
      - `timezone` string — the timezone of the user
    - `details` S12IncidentsV1SettingsLogEventDetails
      - `status_created` S12IncidentsV1StatusCreatedDetails
      - `status_deleted` S12IncidentsV1StatusDeletedDetails
      - `status_name_changed` S12IncidentsV1StatusNameChangedDetails
        - `from` string — the previous name
        - `to` string — the new name
      - `status_color_changed` S12IncidentsV1StatusColorChangedDetails
        - `from` 'StatusBadgeColorAccent' | 'StatusBadgeColorInfo' | 'StatusBadgeColorNegative' | 'StatusBadgeColorPositive' | 'StatusBadgeColorWarning' | 'StatusBadgeColorSurface' — - StatusBadgeColorAccent: Color is accent - StatusBadgeColorInfo: Color is info - StatusBadgeColorNegative: Color is negative - StatusBadgeColorPositive: Color is positive - StatusBadgeColorWarning: Color is warning - StatusBadgeColorSurface: Color is surface
        - `to` 'StatusBadgeColorAccent' | 'StatusBadgeColorInfo' | 'StatusBadgeColorNegative' | 'StatusBadgeColorPositive' | 'StatusBadgeColorWarning' | 'StatusBadgeColorSurface' — - StatusBadgeColorAccent: Color is accent - StatusBadgeColorInfo: Color is info - StatusBadgeColorNegative: Color is negative - StatusBadgeColorPositive: Color is positive - StatusBadgeColorWarning: Color is warning - StatusBadgeColorSurface: Color is surface
      - `status_order_changed` S12IncidentsV1StatusOrderChangedDetails
        - `from` integer — the previous index for the status
        - `to` integer — the new index for the status
      - `category_created` S12IncidentsV1CategoryCreatedDetails
      - `category_deleted` S12IncidentsV1CategoryDeletedDetails
        - `deleted` S12IncidentsV1CategoryMetaData
          - `category_id` string — the unique identifier of the category
          - `title` string — the title of the category
          - `description` string — the description of the category
      - `category_title_changed` S12IncidentsV1CategoryTitleChangedDetails
        - `from` string — the previous title
        - `to` string — the new title
      - `category_description_changed` S12IncidentsV1CategoryDescriptionChangedDetails
        - `from` string — the previous description
        - `to` string — the new description
      - `category_section_created` S12IncidentsV1CategorySectionCreatedDetails
      - `category_section_removed` S12IncidentsV1CategorySectionDeletedDetails
      - `category_section_order_changed` S12IncidentsV1CategorySectionOrderChangedDetails
        - `from` integer — the previous index of the section
        - `to` integer — the new index of for the section
      - `category_section_title_changed` S12IncidentsV1CategorySectionTitleChangedDetails
        - `from` string — the previous title of the section
        - `to` string — the new title of the section
      - `category_section_content_changed` S12IncidentsV1CategorySectionContentChangedDetails
        - `from` string — the previous content of the section
        - `to` string — the new content of the section
      - `category_detail_field_added` S12IncidentsV1CategoryDetailFieldAddedDetails
        - `field` S12IncidentsV1DetailFieldMetaData
          - `field_id` string — unique identifier for the field
          - `title` string — title of the field
          - `field_type` 'FIELD_VALUE_TYPE_UNSPECIFIED' | 'FIELD_VALUE_TYPE_STRING' | 'FIELD_VALUE_TYPE_MONEY' | 'FIELD_VALUE_TYPE_TIMESTAMP' | 'FIELD_VALUE_TYPE_USER_ID' | 'FIELD_VALUE_TYPE_SELECT' | 'FIELD_VALUE_TYPE_TEMPLATE_ID' | 'FIELD_VALUE_TYPE_MULTI_SELECT' | 'FIELD_VALUE_TYPE_SITE' | 'FIELD_VALUE_TYPE_MULTI_SITE' | 'FIELD_VALUE_TYPE_INTEGER' | 'FIELD_VALUE_TYPE_ADDRESS' | 'FIELD_VALUE_TYPE_TIMEZONE' | 'FIELD_VALUE_TYPE_CONTACT_DETAILS' — Type of FieldValue. Defaults to type String. - FIELD_VALUE_TYPE_UNSPECIFIED: Field value type unspecified. - FIELD_VALUE_TYPE_STRING: Field value type string. - FIELD_VALUE_TYPE_MONEY: Field value type money. - FIELD_VALUE_TYPE_TIMESTAMP: Field value type timestamp. - FIELD_VALUE_TYPE_USER_ID: Field value type user ID. - FIELD_VALUE_TYPE_SELECT: Field value type select - FIELD_VALUE_TYPE_TEMPLATE_ID: Field value type template ID. - FIELD_VALUE_TYPE_MULTI_SELECT: Field value type multi-select - FIELD_VALUE_TYPE_SITE: Field value type site - FIELD_VALUE_TYPE_MULTI_SITE: Field value type multi-site - FIELD_VALUE_TYPE_INTEGER: Field value type integer - FIELD_VALUE_TYPE_ADDRESS: Field value type address. - FIELD_VALUE_TYPE_TIMEZONE: Field value type timezone - FIELD_VALUE_TYPE_CONTACT_DETAILS: Field value type contact details
      - `category_detail_field_removed` S12IncidentsV1CategoryDetailFieldRemovedDetails
        - `field` S12IncidentsV1DetailFieldMetaData
          - `field_id` string — unique identifier for the field
          - `title` string — title of the field
          - `field_type` 'FIELD_VALUE_TYPE_UNSPECIFIED' | 'FIELD_VALUE_TYPE_STRING' | 'FIELD_VALUE_TYPE_MONEY' | 'FIELD_VALUE_TYPE_TIMESTAMP' | 'FIELD_VALUE_TYPE_USER_ID' | 'FIELD_VALUE_TYPE_SELECT' | 'FIELD_VALUE_TYPE_TEMPLATE_ID' | 'FIELD_VALUE_TYPE_MULTI_SELECT' | 'FIELD_VALUE_TYPE_SITE' | 'FIELD_VALUE_TYPE_MULTI_SITE' | 'FIELD_VALUE_TYPE_INTEGER' | 'FIELD_VALUE_TYPE_ADDRESS' | 'FIELD_VALUE_TYPE_TIMEZONE' | 'FIELD_VALUE_TYPE_CONTACT_DETAILS' — Type of FieldValue. Defaults to type String. - FIELD_VALUE_TYPE_UNSPECIFIED: Field value type unspecified. - FIELD_VALUE_TYPE_STRING: Field value type string. - FIELD_VALUE_TYPE_MONEY: Field value type money. - FIELD_VALUE_TYPE_TIMESTAMP: Field value type timestamp. - FIELD_VALUE_TYPE_USER_ID: Field value type user ID. - FIELD_VALUE_TYPE_SELECT: Field value type select - FIELD_VALUE_TYPE_TEMPLATE_ID: Field value type template ID. - FIELD_VALUE_TYPE_MULTI_SELECT: Field value type multi-select - FIELD_VALUE_TYPE_SITE: Field value type site - FIELD_VALUE_TYPE_MULTI_SITE: Field value type multi-site - FIELD_VALUE_TYPE_INTEGER: Field value type integer - FIELD_VALUE_TYPE_ADDRESS: Field value type address. - FIELD_VALUE_TYPE_TIMEZONE: Field value type timezone - FIELD_VALUE_TYPE_CONTACT_DETAILS: Field value type contact details
      - `category_detail_field_order_changed` S12IncidentsV1CategoryDetailFieldOrderChangedDetails
        - `from` integer — the previous index of the detail field
        - `to` integer — the next index of the detail field
        - `field` S12IncidentsV1DetailFieldMetaData
          - `field_id` string — unique identifier for the field
          - `title` string — title of the field
          - `field_type` 'FIELD_VALUE_TYPE_UNSPECIFIED' | 'FIELD_VALUE_TYPE_STRING' | 'FIELD_VALUE_TYPE_MONEY' | 'FIELD_VALUE_TYPE_TIMESTAMP' | 'FIELD_VALUE_TYPE_USER_ID' | 'FIELD_VALUE_TYPE_SELECT' | 'FIELD_VALUE_TYPE_TEMPLATE_ID' | 'FIELD_VALUE_TYPE_MULTI_SELECT' | 'FIELD_VALUE_TYPE_SITE' | 'FIELD_VALUE_TYPE_MULTI_SITE' | 'FIELD_VALUE_TYPE_INTEGER' | 'FIELD_VALUE_TYPE_ADDRESS' | 'FIELD_VALUE_TYPE_TIMEZONE' | 'FIELD_VALUE_TYPE_CONTACT_DETAILS' — Type of FieldValue. Defaults to type String. - FIELD_VALUE_TYPE_UNSPECIFIED: Field value type unspecified. - FIELD_VALUE_TYPE_STRING: Field value type string. - FIELD_VALUE_TYPE_MONEY: Field value type money. - FIELD_VALUE_TYPE_TIMESTAMP: Field value type timestamp. - FIELD_VALUE_TYPE_USER_ID: Field value type user ID. - FIELD_VALUE_TYPE_SELECT: Field value type select - FIELD_VALUE_TYPE_TEMPLATE_ID: Field value type template ID. - FIELD_VALUE_TYPE_MULTI_SELECT: Field value type multi-select - FIELD_VALUE_TYPE_SITE: Field value type site - FIELD_VALUE_TYPE_MULTI_SITE: Field value type multi-site - FIELD_VALUE_TYPE_INTEGER: Field value type integer - FIELD_VALUE_TYPE_ADDRESS: Field value type address. - FIELD_VALUE_TYPE_TIMEZONE: Field value type timezone - FIELD_VALUE_TYPE_CONTACT_DETAILS: Field value type contact details
      - `detail_field_created` S12IncidentsV1DetailFieldCreatedDetails
      - `detail_field_deleted` S12IncidentsV1DetailFieldDeletedDetails
      - `detail_field_title_changed` S12IncidentsV1DetailFieldTitleChangedDetails
        - `from` string — the previous title
        - `to` string — the new title
      - `detail_field_option_added` S12IncidentsV1DetailFieldOptionAddedDetails
        - `option` string — the option that was added
      - `detail_field_option_removed` S12IncidentsV1DetailFieldOptionRemovedDetails
        - `option` string — the option that was removed
      - `detail_field_option_order_changed` S12IncidentsV1DetailFieldOptionOrderChangedDetails
        - `option` string — the option that was changed
        - `from` integer — the previous index of the field option
        - `to` integer — the new index of the field option
      - `category_cloned` S12IncidentsV1CategoryClonedDetails
        - `cloned_from` string — the current name of the category that this category was cloned from
    - `correlation_id` string — a unique identifier for use in correlating events that occurred as part of one operation
  - `next_page_token` string — a token which can be used to fetch further results

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
