# Phone

Integrate voice data into Acquire. These endpoints allow you to monitor and analyze audio data and integrate and interact with other telephony services.&#x20;

![](/files/-MbGixoRZOclpud0xyvs)

### Attributes&#x20;

| ATTRIBUTE    | TYPE   | DESCRIPTION                                                                              |
| ------------ | ------ | ---------------------------------------------------------------------------------------- |
| CallId       | String | Specify the ID of the call.                                                              |
| From         | String | Specify the phone number of the caller 'From'.                                           |
| To           | String | Specify the phone number of the callee 'To'.                                             |
| CallStatus   | String | <p>Specify the call status.<br>\['busy','no-answer','canceled','failed','completed']</p> |
| Duration     | Number | Specify the call duration in seconds.                                                    |
| Direction    | String | Specify the call direction. '**outgoing** \| **incoming**'                               |
| RecordingUrl | String | Specify the call recording URL.                                                          |
| email        | String | Specify the email of the callee.                                                         |

### Permissions

Permission and API Keys are not required to request a telecommunication-outsider endpoint.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.acquire.io/rest-apis/telecommunication-outsider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
