v1

latestOpenAPI 3.0.02026-07-26131819.4 KB
Files

List All Files

List files with pagination and filtering by type or path. If a custom CDN domain is configured and enabled, the response url will use the custom domain and originalUrl will contain the default storage URL.

get/v3/file

Query parameters

pageinteger

Page number (default: 1)

limitinteger

Items per page (default: 50, max: 100)

typestring

Filter by file type (image, video, audio)

pathstring

Filter by folder path

Response

OK

statusstring

Example response

{
  "data": [
    {
      "originalUrl": "https://r2.fivemanage.com/23492kdx23121/7F9pGhN8qwErT1vx5aZk.jpg"
    }
  ]
}