Skip to main content
GET
/
recordings
/
{id}
Get conversation recording
curl --request GET \
  --url https://api.helloannie.com/v1/recordings/{id}
{
  "success": true,
  "data": {
    "recordingUrl": "<string>",
    "expiresIn": 123
  }
}

Path Parameters

id
string<uuid>
required

The ID of the conversation to get the recording for

Response

Response returned when retrieving a conversation recording URL

success
enum<boolean>
required
Available options:
true
data
object
required

Recording URL data for a conversation