List files
documentedReturn a JSON list of files and folders accessible to the user.
GET /filesFilesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://redbooth.com/api/3/files\" \\n -X GET \\n -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \\n -H \"Accept: application/json\" \\n -G \\n -d \"order={{$order}}&page={{$page}}&per_page={{$per_page}}&organization_id={{$organization_id}}&project_id={{$project_id}}&target_id={{$target_id}}&pinned={{$pinned}}&type={{$type}}\"