List uploaded files, newest first.

This endpoint is only for rastersources backed by the new 'rasterservice' backend.

Query parameters:

page_size The maximum number of files to return. Max 100.

page The page number.

state The upload state ("requested", "received", "processing", "committed", "rejected", "retry")

GET /api/v4/rastersources/be5667ac-e640-4ce8-a1fc-3e68c941b2f9/uploads/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}