API ReferenceFiles
Retrieve files for connection
Fetches files belonging to the authenticated user's connection identified by `{id}`. - If `file_name` is provided, returns that single file (404 if not found). - Otherwise returns up to `limit` files (or all, if `limit` is omitted).
Authorization
Authorization
RequiredBearer <token>Bearer token authentication required
In: header
Path Parameters
id
RequiredstringThe unique identifier of the connection
Query Parameters
file_name
stringExact name of a single file to fetch
limit
integerMaximum number of files to return
Format:
"int32"
File(s) retrieved successfully