---
title: "Data feed for investigation detail fields"
method: GET
path: "/incidents/v1/feed/investigation_detail_fields"
tags: ["Data Feeds"]
---

# Data feed for investigation detail fields

`GET /incidents/v1/feed/investigation_detail_fields`

## Query parameters

- `limit` integer
- `next_page_token` string

## Response `200`

A successful response.

- S12IncidentsFeedV1FeedInvestigationDetailFieldsResponse
  - `metadata` S12CommonV1FeedMetadataSimple — FeedMetadataSimple for a feed.
    - `next_page` string — Full path to retrieve the next page of results, including the next_page_token.
    - `next_page_token` string — The value you can use to retrieve additional results. If a value exists, it means there are more results than listed. Use the value in your request body as a page_token to view more results.
  - `data` S12IncidentsFeedV1FeedInvestigationDetailField[] — The investigation detail fields returned.
    - `investigation_id` string — ID of the investigation.
    - `detail_field_id` string — ID of the detail field which is shared across all investigations with the field
    - `detail_field_instance_id` string — ID of the detail field, unique per field/investigation
    - `detail_field_type` string — Type of detail field. (single_select, multi_select, date_time, site, multi_site)
    - `title` string — Title of the field.
    - `single_select_content` string — Single select option selected (if type is single select)
    - `multi_select_content` string — Multiple selected options selected (if type is multi select.) - JSON array.
    - `date_time_content` string — Date time select option entered (if type is date time)
    - `site_content` string — Site id selected (if type is site)
    - `multi_site_content` string — Site IDs selected (if type is multi site) - JSON array.
    - `select_options` string — Options available at time of investigation creation (if type is single or multi select) - JSON array.
    - `created_at` string — Date and time the field was created in Coordinated Universal Time (UTC).
    - `modified_at` string — Date and time the field was last modified in Coordinated Universal Time (UTC).

## 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)
