---
title: "Data feed for investigations"
method: GET
path: "/incidents/v1/feed/investigations"
tags: ["Data Feeds"]
---

# Data feed for investigations

`GET /incidents/v1/feed/investigations`

## Query parameters

- `limit` integer
- `next_page_token` string

## Response `200`

A successful response.

- S12IncidentsFeedV1FeedInvestigationsResponse
  - `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` S12IncidentsFeedV1FeedInvestigation[] — The investigations returned.
    - `investigation_id` string — ID of the investigation.
    - `title` string — Title of the investigation.
    - `description` string — Description of the investigation.
    - `created_at` string — Date and time the investigation was created in Coordinated Universal Time (UTC).
    - `modified_at` string — Date and time the investigation was last modified in Coordinated Universal Time (UTC).
    - `status_id` string — ID of the status.
    - `status_title` string — Title of the status.
    - `status_badge_color` integer — Badge color of the status.
    - `identifier_prefix` string — Prefix for the unique identifier (e.g. IM).
    - `identifier_sequence` integer — Sequence number for the unique identifier (e.g. 100).
    - `identifier_for_display` string — Identifier formatted for display (e.g. IM-100).
    - `creator_id` string — ID of the user who created the investigation.
    - `owner_id` string — ID of the user who owns the investigation.
    - `modified_by_id` string — ID of the user who last modified the investigation.
    - `category_id` string — ID of the category.
    - `category_title` string — Title of the category.
    - `category_description` string — Description of the category.
    - `category_title_at_creation` string — Original category title at creation time.

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