---
title: "List asset criticalities"
method: GET
path: "/assetcriticalities"
tags: ["Asset Criticalities"]
---

# List asset criticalities

`GET /assetcriticalities`

Endpoint used to list asset criticality resources

## Query parameters

- `cursor` string — Last pagination reference
- `limit` integer — max number of Asset Criticalities returned
- `label` string — Will only show asset importances that match the label
- `level` integer — Will only show asset importances that match the level

## Headers

- `x-organization-id` integer

## Response `200`

Successfully fetched Asset Criticalities list

- object
  - `assetCriticalities` object[], required
    - `id` integer, required — Global ID of the criticality. <a href='https://help.getmaintainx.com/about-assets#criticality' target='_blank'>Learn more</a>
    - `label` string, required — The label of the criticality. <a href='https://help.getmaintainx.com/about-assets#criticality' target='_blank'>Learn more</a>
    - `level` integer, required — The level of the criticality. <a href='https://help.getmaintainx.com/about-assets#criticality' target='_blank'>Learn more</a>
  - `nextCursor` string, nullable, required — The cursor to retrieve the next page of Asset Criticalities.
  - `nextPageUrl` string, nullable, required — Path with query parameters that can be used to retrieve the next page of Asset Criticalities.

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