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
}
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
}
API Key Security (Header).
Log Request ID.
OK
The response is of type object
.