Skip to content

Get all media file records

GET
/api/v1/media_files

Parameters

Query Parameters

limit

Limit

Type
integer
offset

Offset

Type
integer

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"files": [
  
  
],
  
  
"limit": 0,
  
  
"offset": 0,
  
  
"total_records": 0
  
},
  
"status": "success"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI