cURL
curl --request GET \ --url https://api.specular.dev/branches/{branchId}/storage \ --header 'Authorization: Bearer <token>'
{ "files": [ { "key": "<string>", "size": 123, "lastModified": "2023-11-07T05:31:56Z" } ], "nextCursor": "<string>" }
Bearer authentication with API key (format: Bearer sk_xxx)
Pagination cursor
Maximum number of files to return
1 <= x <= 1000
List of storage files
Show child attributes