Get recording by ID
You have 72 hours to fetch any recordings you make.
Request
GET https://api.46elks.com/a1/recordings/{id}
Response structure
{
"duration": 15,
"id": "c361e5927d2c4d7dcf71a142dc0ec6d9b-r0",
"created": "2016-02-28T23:54:57.075000"
}
Attribute |
Type |
Description |
id |
string |
Unique ID for the recording.
|
duration |
integer |
Recoring time in seconds
|
created |
string |
Time in UTC when the recording was created.
|