---
title: "Get Call Request"
method: GET
path: "/v1/Outbound/CallRequest/{requestId}"
tags: ["Outbound"]
---

# Get Call Request

`GET /v1/Outbound/CallRequest/{requestId}`

Fetches detailed information about a specific API request identified by its unique requestId.

## Path parameters

- `requestId` string, required

## Response `200`

The details of the API request were successfully retrieved.

- ApiRequestView
  - `id` string, nullable — The unique identifier of the API request.
  - `status` integer — `1 - InCallQueue` `2 - OnCall` `10 - Completed` `20 - BlackListed` `100 - Error`
  - `outboundId` string, nullable — The unique identifier of the outbound campaign associated with this API request.
  - `created` string, date-time — The date and time when the API request was created.
  - `errors` string[], nullable — A list of errors that occurred during the API request, if any.
  - `callId` string, nullable — The unique identifier of the call associated with this API request, if available.

## Other responses

- `400` — The request was invalid. Possible causes include a missing or malformed requestId.

---

[API](https://skmtc.net/nlpearl/apis/nlpearl-client-api.md) · [All operations](https://skmtc.net/nlpearl/apis/nlpearl-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nlpearl/nlpearl-client-api/versions/52d64fc5d6e9/schema)
