API Reference
cURL
curl --request GET \ --url https://production.runalloy.com/connectors/files/list \ --header 'Authorization: Bearer <token>' \ --header 'x-api-version: <x-api-version>'
{ "files": [ { "s3Key": "651eb6e11d156e0d7a42c59d_document.pdf", "filename": "document.pdf", "size": 13264, "lastModified": "2025-10-15T13:22:52.000Z" } ] }
List all files uploaded by the authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API version
List of user files
Show child attributes