cURL
curl --request GET \ --url https://api.example.com/api/v1/buckets/{bucket_id}/files \ --header 'Authorization: <api-key>'
{ "bucket_uuid": "<string>", "count": 123, "files": [ { "blob_sha256": "<string>", "content_type": "<string>", "created_at": "<string>", "file_uuid": "<string>", "filename": "<string>", "size_bytes": 123 } ] }
Returns all files in a specific bucket
Documentation IndexFetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Type "Bearer" followed by a space and JWT token.
Bucket ID
OK
Show child attributes