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/3937671f-f7eb-44eb-9a6b-58766760cdfe/uploads/?format=api
{
"count": 0,
"next": null,
"previous": null,
"results": []
}