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

# Data feed for investigation relationships

`GET /incidents/v1/feed/investigation_relationships`

## Query parameters

- `limit` integer
- `next_page_token` string

## Response `200`

A successful response.

- S12IncidentsFeedV1FeedInvestigationRelationshipsResponse
  - `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` S12IncidentsFeedV1FeedInvestigationRelationship[] — The investigations returned.
    - `investigation_id` string — ID of the investigation.
    - `linked_at` string — Date and time the investigation was created in Coordinated Universal Time (UTC).
    - `resource_type` string — The type of resource which has been linked
    - `resource_id` string — The id of the resource which has been linked

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