Get Export
Returns a single Export.
Request
HTTP Method: GET
URI Path: /v3/exports/:id
Note
For all returned data attributes, see Export Object.
URI Parameters
Name |
Type |
Is Required? |
Description |
|---|---|---|---|
id |
|
Yes |
Unique ID identifier of CDR Export. |
Examples
http
GET /v3/exports/77ebb57f-7b01-4178-bc84-9d1a8d2ae850 HTTP/1.1
Host: api.didww.com
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
Api-Key: [API token]
curl
curl -i -X GET https://api.didww.com/v3/exports/77ebb57f-7b01-4178-bc84-9d1a8d2ae850 -H "Accept: application/vnd.api+json" -H "Api-Key: [API token]" -H "Content-Type: application/vnd.api+json"
response
HTTP/1.1 200 OK
Content-Type: application/vnd.api+json
{
"data": {
"id": "77ebb57f-7b01-4178-bc84-9d1a8d2ae850",
"type": "exports",
"attributes": {
"status": "completed",
"created_at": "2025-04-02T10:00:00.000Z",
"external_reference_id": null,
"url": "https://api.didww.com/v3/exports/[filename].csv.gz",
"callback_url": null,
"callback_method": null,
"export_type": "cdr_out",
"filters": {
"from": "2025-03-01 00:00:00",
"to": "2025-03-31 23:59:59",
"voice_out_trunk.id": "457bf47d-446d-41cd-91c3-dfbda7bf0753"
}
}
},
"meta": {"api_version": "2026-04-16"}
}
Other Responses
Code |
Success |
Description |
|---|---|---|
404 |
No |
|
401 |
No |