Skip to main content

Overview

API Endpoint

POST /files-api/v1/list

Request Parameters

FieldSubfieldInput TypeRequiredLength LimitDescription / Rules
from_created_atstringYes25File creation start time, converted timestamp, UTC+8 format: 2026-04-02T16:28:09+08:00
to_created_atstringYes25File creation end time, converted timestamp, UTC+8 format: 2026-04-02T16:28:09+08:00
purposestringYes50File purpose, enum value. Currently only supports: dispute_evidence
pagestringNo5Query page number, default is 1.If the page value is 0 or another non-positive integer, page 1 will be returned.If the page value exceeds the total page count, the last page will be returned.
limitstringNo3Number of records per page.Supported values: 10, 50, 100.Any other value or empty value defaults to 10.

Response Parameters (HTTP Code 200)

Level 1 FieldLevel 2 FieldLevel 3 FieldLevel 4 FieldTypeDescription
codestringAPI result code, 200, 400, 500
msgstringResult description, e.g. PARAM_ERROR
dataobjectNode
listsArray
idstringFile ID
filenamestringFile name
sizestringFile size in bytes
typestringFile MIME type
purposestringFile purpose
createdstringCreation time, converted timestamp, UTC+8 format: 2026-04-02T16:28:09+08:00
result_codestringReturned response code
result_messagestringReturned response message
pagestringCurrent page number
total_countstringTotal record count
total_pagesstringTotal number of pages