List Files
Retrieves a paginated and filterable list of files.
Authorizations
Query parameters
typeanyRequired
Mandatory query parameter to specify the file type. For Content Export files, use 'ContentExport'.
pageinteger · min: 1OptionalDefault:
Page number for pagination.
1pageSizeinteger · min: 1 · max: 100OptionalDefault:
Number of files per page (max 100).
10sortByanyOptional
Field to sort by.
sortOrderstring · enumOptionalDefault:
Sort order.
ascPossible values: namestringOptionalExample:
Filter files by name. Supports partial matching (case-insensitive).
{"value":"POD_ID"}jobTypeanyOptional
Filter by job type. Only applicable when type=ContentExport.
fileFormatanyOptional
Filter by file format. Only applicable when type=ContentExport.
Responses
200
A list of files.
application/json
Responseany[]
400
Bad Request - Invalid query parameters.
application/json
401
Unauthorized - Authentication failed.
application/json
403
Forbidden - Invalid entitlements.
application/json
500
Internal Server Error.
application/json
get
/Last updated
Was this helpful?