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
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

Example
cURL
Copy
curl -L -g 'https://{baseUrl}/calls/1/files' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

Response samples

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
    }
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.