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

# Data feed for assets maintenance details

`GET /assets/v1/feed/assets_maintenance`

## Query parameters

- `limit` integer
- `next_page_token` string

## Response `200`

A successful response.

- S12AssetsFeedV1FeedAssetsMaintenanceResponse
  - `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` S12AssetsFeedV1FeedAssetMaintenance[] — The assets maintenance items.
    - `asset_id` string — ID of the asset.
    - `asset_code` string — User-defined code of the asset.
    - `program_id` string — ID of the maintenance program.
    - `program_name` string — Name of the maintenance program.
    - `plan_id` string — ID of the maintenance plan.
    - `plan_name` string — Name of the maintenance plan.
    - `interval_type` string — Interval type of the maintenance plan.
    - `service_status` string — Service status of the asset for this plan.
    - `last_service_value` string — The last service value as a string.
    - `next_service_value` string — The next service value as a string.
    - `current_reading_value` string — The current reading value as a string.
    - `due_in_value` string — The due-in value as a string.
    - `last_service_timestamp` string — Date and time of the last service in Coordinated Universal Time (UTC).
    - `current_reading_timestamp` string — Date and time of the current reading in Coordinated Universal Time (UTC).
    - `current_reading_source` string — The source of the current reading.
    - `interval_value` string — The interval value as a string.
    - `interval_unit` string — The unit of the interval.

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