---
title: "Retrieve a single risk analysis report"
method: GET
path: "/riskfactoranalysis/v1/carriers/{identifier}"
tags: ["Find report by DOT or MC"]
---

# Retrieve a single risk analysis report

`GET /riskfactoranalysis/v1/carriers/{identifier}`

Retrieves a single report matching the provided MC/DOT number in the route. MC numbers must be in the format "MC#####" and DOT numbers in the format "####". The number of numeric digits can vary.

## Path parameters

- `identifier` string, required

## Headers

- `Accept` string, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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