---
title: "Data feed for issue relations items"
method: GET
path: "/feed/issue_relations"
tags: ["Data Feeds"]
---

# Data feed for issue relations items

`GET /feed/issue_relations`

## Query parameters

- `limit` integer
- `created_after` string, date-time
- `created_before` string, date-time
- `next_page_token` string

## Response `200`

A successful response.

- S12ThepubV1FeedIssueRelationshipsResponse
  - `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` S12ThepubV1FeedIssueRelationshipsResponseFeedIssueRelationshipsResponseItem[] — List of issue relation items returned.
    - `id` string — ID of the issue relationship item.
    - `from_id` string — Issue ID which is the source object here in the relationship.
    - `rel_type` string — Type of relation. Possible values may include: "ISSUE-INSPECTION" , "ISSUE-ACTION"
    - `rel_created_at` string — Timestamp of when the relationship was created.
    - `to_id` string — ID of the target object that the issue is linked with, such as inspection, asset, or action.

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