curl --request GET \
--url https://{host}/frontend/api/v1/media/log \
--header 'Authorization: Bearer <token>'
{
"filter": {
"created": {
"from": "2025-07-28T18:58:23.070628053Z",
"to": "2025-07-29T18:58:23.070628053Z"
},
"request": "<string>",
"status": [
"success"
],
"status-ffprobe": [
"success"
],
"status-mediainfo": [
"success"
],
"status-probe-report": [
"success"
],
"url": "<string>",
"user-id": [
1
]
},
"log": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"send": "2023-11-07T05:31:56Z",
"status": "success",
"status-ffprobe": "success",
"status-mediainfo": "success",
"status-probe-report": "success",
"url": "<string>",
"user-id": 1
}
],
"pagination": {
"count": 0,
"limit": 10,
"page": 1,
"total": 0
},
"sort": {
"field": "send",
"order": "desc"
}
}
curl --request GET \
--url https://{host}/frontend/api/v1/media/log \
--header 'Authorization: Bearer <token>'
{
"filter": {
"created": {
"from": "2025-07-28T18:58:23.070628053Z",
"to": "2025-07-29T18:58:23.070628053Z"
},
"request": "<string>",
"status": [
"success"
],
"status-ffprobe": [
"success"
],
"status-mediainfo": [
"success"
],
"status-probe-report": [
"success"
],
"url": "<string>",
"user-id": [
1
]
},
"log": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"send": "2023-11-07T05:31:56Z",
"status": "success",
"status-ffprobe": "success",
"status-mediainfo": "success",
"status-probe-report": "success",
"url": "<string>",
"user-id": 1
}
],
"pagination": {
"count": 0,
"limit": 10,
"page": 1,
"total": 0
},
"sort": {
"field": "send",
"order": "desc"
}
}
API Key Security (Header).
Show child attributes
Show child attributes
Show child attributes
Show child attributes
OK
The response is of type object
.