GetCallListDetails
Gets details of the specified call list. Returns a CSV file by default.
Allowed roles: Owner, Admin, Developer, Call list manager, sys.Admin read only.
Example request: Get all lists registered by user.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
list_id
The list ID
count
Maximum number of entries in the result
offset
The first N records are skipped in the output
output
The output format. The following values available: json, csv, xls. The default value is csv
encoding
Encoding of the output file. Default UTF-8
delimiter
Separator values. The default value is ’;’
batch_id
Batch UUID to filter the tasks
Response
Successful response
result
Array of tasks for the roll call
count
The number of tasks