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/24c01da6-0538-4e90-ae70-528462a2287c/uploads/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 8107568,
            "filename": "tmpivps_erq.tif",
            "created_at": "2025-03-27T09:43:38.132713Z",
            "updated_at": "2025-03-27T09:44:58.392651Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107567,
            "filename": "tmpmeuai6yk.tif",
            "created_at": "2025-03-27T09:43:37.444366Z",
            "updated_at": "2025-03-27T09:44:58.397086Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107566,
            "filename": "tmp0pcb3mc5.tif",
            "created_at": "2025-03-27T09:43:36.673582Z",
            "updated_at": "2025-03-27T09:44:58.340661Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107565,
            "filename": "tmp_7jo06tk.tif",
            "created_at": "2025-03-27T09:43:36.157182Z",
            "updated_at": "2025-03-27T09:44:58.360379Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107564,
            "filename": "tmpd6m4_8l0.tif",
            "created_at": "2025-03-27T09:43:34.533336Z",
            "updated_at": "2025-03-27T09:44:58.299089Z",
            "state": "committed",
            "state_detail": ""
        }
    ]
}