Skip to content
Last updated

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.

Path Parameters

organization_id string required

The unique identifier of the organization.

Query Parameters

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.


Returns

A paginated response containing an array of File objects with pagination metadata.

Response Structure:

  • files - Array of File objects
  • total - Total number of files
  • page - Current page number
  • limit - Items per page
  • has_more - Whether more pages exist