GET
/
frontend
/
api
/
v1
/
media
/
log
curl --request GET \
  --url https://{host}/frontend/api/v1/media/log \
  --header 'Authorization: Bearer <token>'
{
  "filter": {
    "created": {
      "from": "2025-06-19T10:52:53.815938106Z",
      "to": "2025-06-20T10:52:53.815938106Z"
    },
    "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"
  }
}

Authorizations

Authorization
string
header
required

API Key Security (Header).

Query Parameters

status
enum<string>[]
status-ffprobe
enum<string>[]
status-mediainfo
enum<string>[]
status-probe-report
enum<string>[]
send
object
user-id
integer[]
url
string
request
string
pagination
object
sort
object

Response

200
application/json

OK

The response is of type object.