v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014994227.2 KB
uploads

List the org's uploads

Returns one page of the files the org uploaded, newest first, with the org's standing usage against its storage quota. Uploads persist until deleted and can be delivered to any phone the org holds.

get/uploads

Query parameters

limitinteger

max items per page

max items per page

offsetinteger

pagination offset

pagination offset

qstring

filter by filename, case-insensitive substring match

filter by filename, case-insensitive substring match

sort'created_at' | 'filename' | 'size_bytes'

field to sort by

field to sort by

order'asc' | 'desc'

sort direction

sort direction

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

totalinteger required

Total files matching the query.

Example response

{
  "$schema": "/api/v1/FileListResponse.json"
}