List files
GET/files
Files
Retrieve and list file in the repository. This endpoint returns key metadata describing each file. The response can be filtered by memberOf to show files attached to a specific entity, and supports pagination and sorting.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
OK
Bad Request - Invalid parameters
Not authenticated
Access token does not have the required scope
Rate limit exceeded
Response Headers
X-RateLimit-Limit
Request limit per time window
X-RateLimit-Remaining
Requests remaining in current time window
X-RateLimit-Reset
Unix timestamp when the rate limit resets
Retry-After
Number of seconds to wait before retrying
Internal Server Error