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

# Data feed for assets

`GET /feed/assets`

## Response `200`

A successful response.

- S12ThepubV1FeedAssetsResponse — The response for `FeedAssets`
  - `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` S12ThepubV1FeedAssetsResponseFeedAsset[] — The issue timeline items.
    - `id` string — ID of the asset.
    - `code` string — User-defined ID of the asset.
    - `type_id` string — Type ID of the asset.
    - `type_name` string — Type name of the asset.
    - `fields` string — Fields associated to the asset type.
    - `created_at` string, date-time — Date and time the asset was created in Coordinated Universal Time (UTC).
    - `modified_at` string, date-time — Date and time the asset was modified in Coordinated Universal Time (UTC).
    - `site_id` string — ID of the site associated with the asset.
    - `state` string — Current state of the asset.

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