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": "<string>", "filename": "<string>", "size": 123, "lastModified": "2023-11-07T05:31:56Z" } ] }
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
The S3 key of the file
The filename without the userId prefix
File size in bytes
Last modified timestamp