Uploads
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/241aec27-f5ec-4238-b0da-bc3e0ae29144/uploads/?format=api
{
"count": 0,
"next": null,
"previous": null,
"results": []
}