---
title: "Get asset custom status"
method: GET
path: "/assetcustomstatuses/{id}"
tags: ["Asset Custom Statuses"]
---

# Get asset custom status

`GET /assetcustomstatuses/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successfully retrieved assetCustomStatus's information

- object
  - `assetCustomStatus` object, required
    - `id` number
    - `baseAssetStatus` 'IGNORE' | 'OFFLINE' | 'ONLINE', required
    - `label` string, required
    - `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.
    - `deletedAt` string, date-time, nullable — Date at which the asset custom status was deleted.
    - `downtimeType` 'PLANNED' | 'UNPLANNED', nullable — Downtime type on asset custom statuses will always return null. Use downtime type on asset status instead.

## Other responses

- `400` — Error with query
- `401` — Invalid token
- `404` — Could not find the specified assetCustomStatus or the user cannot access it.

---

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