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

# Data feed for maintenance programs

`GET /assets/v1/feed/maintenance_programs`

## Query parameters

- `limit` integer
- `next_page_token` string

## Response `200`

A successful response.

- S12AssetsFeedV1FeedMaintenanceProgramsResponse
  - `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` S12AssetsFeedV1FeedMaintenanceProgram[] — The maintenance program items.
    - `id` string — ID of the maintenance program.
    - `name` string — Name of the maintenance program.
    - `description` string — Description of the maintenance program.
    - `assets_count` integer — Number of assets assigned to the maintenance program.
    - `plans_count` integer — Number of plans in the maintenance program.

## 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/versions/5be91df61ded/schema)
