GET
/
v1
/
Outbound
/
CallRequest
/
{requestId}
curl --request GET \
  --url https://api.nlpearl.ai/v1/Outbound/CallRequest/{requestId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "status": 123,
  "outboundId": "<string>",
  "created": "2023-11-07T05:31:56Z",
  "errors": [
    "<string>"
  ],
  "callId": "<string>"
}

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

requestId
string
required

The unique identifier of the API request to retrieve.

Response

200
text/plain

The details of the API request were successfully retrieved.

The response is of type object.