v1
latestOpenAPI 3.0.02026-07-14235231.7 KBleg
List legs
get/legs
Response
List Legs Successfully
Example response
{
"_embedded": {
"legs": [
{
"_links": {
"self": {
"href": "https://api.nexmo.com/v0.1/legs/2a71f8a1-b6f1-42b3-9eef-c69729e17513"
}
},
"conversation_uuid": "CON-511d076b-9d39-498c-baa7-b7a4bfbd6e32",
"end_time": "",
"from": {
"type": "app"
},
"rtc": {
"session_id": "SES-84ebef0d-321a-47e6-8446-f4fcc5ca74b9",
"state": "terminated"
},
"start_time": "",
"status": "completed",
"to": {
"type": "app"
},
"type": "app",
"uuid": "2a71f8a1-b6f1-42b3-9eef-c69729e17513"
}
]
},
"_links": {
"self": {
"href": "https://api.nexmo.com/v0.1/legs"
}
},
"count": 1,
"page_size": 10,
"record_index": 0
}