---
title: "Data feed for issues"
method: GET
path: "/feed/issues"
tags: ["Data Feeds"]
---

# Data feed for issues

`GET /feed/issues`

## Response `200`

A successful response.

- S12ThepubV1FeedIssuesResponse
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedIssuesResponseFeedIssue[] — The issues returned.
    - `id` string — ID of the issue.
    - `title` string — Title of the issue.
    - `description` string — Description of the issue.
    - `creator_id` string — User ID of the user who created this issue.
    - `creator_user_name` string — Name of the user who created this issue.
    - `created_at` string, date-time — Date this issue was created.
    - `due_at` string, date-time — Due date of the issue.
    - `priority` string — Priority of the issue.
    - `status` string — Status of the issue.
    - `template_id` string — ID of the template this issue was created against.
    - `inspection_id` string — ID of the inspection this issue was created against.
    - `inspection_name` string — Title of the inspection this issue was created against.
    - `site_id` string — Site ID associated with the issue.
    - `site_name` string — Site Name associated with the issue.
    - `location_name` string
    - `category_id` string — Issue category ID.
    - `category_label` string — Issue category label.
    - `category_description` string — Issue category description.
    - `modified_at` string, date-time — Date this issue was last modified.
    - `completed_at` string, date-time — Date this issue was completed.
    - `unique_id` string — Unique ID for the Issue.
    - `occurred_at` string, date-time — The configurable date that indicates when the issue occurred.

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