Get files
Get files with pagination. Maximum number of pages is 100.
Please log in to see full path URL. Learn why.
get
/calls/1/files
Authorizations:
Request rate limit:
100 requests / second (per account)
query Parameters
page | integer <int32> >= 0 Default: 0 Results page to retrieve (0..N). |
size | integer <int32> [ 1 .. 100 ] Default: 20 Number of records per page. |
Responses
200
Success
400
Bad request
401
Unauthorized
403
Forbidden
429
Too Many Requests
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/calls/1/files' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 200
- 400
- 401
- 403
- 429
- 500
Content type
application/json
Copy
Collapse all {- "results": [
- {
- "id": "218eceba-c044-430d-9f26-8f1a7f0g2d03",
- "name": "Example file",
- "fileFormat": "WAV",
- "size": 292190,
- "creationMethod": "RECORDED",
- "creationTime": "2025-03-15T14:41:14Z",
- "expirationTime": "2025-03-15T14:41:14Z",
- "duration": 3
}
], - "paging": {
- "page": 0,
- "size": 1,
- "totalPages": 0,
- "totalResults": 0
}
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See