Leap0

Recording status

Get the state of the current or most recent recording.

GET/api/recording

Get the state of the current or most recent recording.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token.

In: header

Response Body

application/json

curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/api/recording"
{  "id": "rec_1234567890",  "active": true,  "started_at": "2019-08-24T14:15:22Z",  "stopped_at": "2019-08-24T14:15:22Z",  "download": "string",  "mime_type": "video/mp4",  "file_name": "rec_1234567890.mp4",  "display": ":0",  "resolution": "1440x900"}