The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request GET \ --url https://cloud.laravel.com/api/buckets/{filesystem} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "filesystems", "relationships": {} }, "included": [ { "id": "<string>", "type": "filesystemKeys", "relationships": {} } ] }
Get a specific object storage bucket.
The Bearer Token generated on the Cloud UI.
The filesystem identifier
Available includes are keys. You can include multiple options by separating them with a comma.
keys
FilesystemResource
Show child attributes
Was this page helpful?