---
title: "List asset custom statuses"
method: GET
path: "/assetcustomstatuses"
tags: ["Asset Custom Statuses"]
---

# List asset custom statuses

`GET /assetcustomstatuses`

Endpoint used to list asset custom status resources

## Query parameters

- `cursor` string — Last pagination reference
- `limit` integer — max number of Asset Custom Statuses returned

## Headers

- `x-organization-id` integer

## Response `200`

Successfully fetched Asset Custom Statuses list

- object
  - `assetCustomStatuses` object[], required
    - `id` number, required
    - `label` string, required
    - `baseAssetStatus` 'IGNORE' | 'OFFLINE' | 'ONLINE', required
    - `downtimeType` 'PLANNED' | 'UNPLANNED', nullable — Downtime type on asset custom statuses will always return null. Use downtime type on asset status instead.
    - `createdAt` string, date-time — Date & time at which the asset custom status was created.
    - `updatedAt` string, date-time — Date & time at which the asset custom status was last updated.
  - `nextCursor` string, nullable, required — The cursor to retrieve the next page of Asset Custom Statuses.
  - `nextPageUrl` string, nullable, required — Path with query parameters that can be used to retrieve the next page of Asset Custom Statuses.

## Other responses

- `400` — Error with query
- `401` — Invalid token

---

[API](https://skmtc.net/getmaintainx/apis/maintainx-api.md) · [All operations](https://skmtc.net/getmaintainx/apis/maintainx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmaintainx/maintainx-api/revisions/ef9153fcac7c/schema)
