---
title: "Get asset criticality"
method: GET
path: "/assetcriticalities/{id}"
tags: ["Asset Criticalities"]
---

# Get asset criticality

`GET /assetcriticalities/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successfully retrieved assetCriticality's information

- object
  - `assetCriticality` 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>

## Other responses

- `400` — Error with query
- `401` — Invalid token
- `404` — Could not find the specified assetCriticality 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)
