curl -X GET "https://api.nonefivem.com/cloud/storage/items?page=1&limit=10&kind=image" \ -H "Authorization: Bearer your-api-key"
{ "items": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "kind": "image", "size": 1048576, "state": "complete", "metadata": { "userId": "123" }, "createdAt": "2026-02-01T12:00:00Z" } ], "total": 150, "page": 1, "limit": 10, "totalPages": 15 }
List storage items with pagination and filtering
Bearer <your-api-key>
STORAGE_READ
image
video
audio
document
Show StorageItem properties
pending
complete