---
title: "Retrieve multiple full risk factor analysis reports"
method: POST
path: "/riskfactoranalysis/v1/carriers"
tags: ["Run risk factors analyses in bulk"]
---

# Retrieve multiple full risk factor analysis reports

`POST /riskfactoranalysis/v1/carriers`

Retrieves multiple reports for each MC/DOT number provided in the payload if a report exists. MC numbers must be in the format "MC#####" and DOT numbers in the format "####". The number of numeric digits can vary.

## Headers

- `Content-Type` string
- `Accept` string

## Request body

- object
  - `carrierIds` string[]

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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)
