Retrieve a paginated list of files uploaded to an organization.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/files
List all files uploaded to an organization with pagination support.
organization_id string required
The unique identifier of the organization.
page integer optional · Defaults to 1
Page number for pagination (1-indexed). Minimum: 1.
limit integer optional · Defaults to 50
Number of items per page. Minimum: 1, Maximum: 100.
A paginated response containing an array of File objects with pagination metadata.
Response Structure:
files- Array of File objectstotal- Total number of filespage- Current page numberlimit- Items per pagehas_more- Whether more pages exist