GET
/
frontend
/
api
/
v1
/
media
/
log
/
{log-request-id}
curl --request GET \
  --url https://{host}/frontend/api/v1/media/log/{log-request-id} \
  --header 'Authorization: Bearer <token>'
{
  "ffprobe-response": "<string>",
  "ffprobe-response-type": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "mediainfo-response": "<string>",
  "mediainfo-response-type": "<string>",
  "probe-report-response": "<string>",
  "probe-report-response-type": "<string>",
  "request": "<string>",
  "send": "2023-11-07T05:31:56Z",
  "status": "success",
  "status-ffprobe": "success",
  "status-mediainfo": "success",
  "status-probe-report": "success",
  "url": "<string>",
  "user-id": 1
}

Authorizations

Authorization
string
header
required

API Key Security (Header).

Path Parameters

log-request-id
string
required

Log Request ID.

Response

200
application/json

OK

The response is of type object.