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/3842ca4d-9ce2-4fac-9a55-d9c7244f2ce8/uploads/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50,
    "next": "https://demo.lizard.net/api/v4/rastersources/3842ca4d-9ce2-4fac-9a55-d9c7244f2ce8/uploads/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 8186404,
            "filename": "tmppb_9qdek.tif",
            "created_at": "2025-03-30T09:49:30.252718Z",
            "updated_at": "2025-03-30T09:49:31.684219Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186403,
            "filename": "tmpnw4b0ys2.tif",
            "created_at": "2025-03-30T09:49:29.854090Z",
            "updated_at": "2025-03-30T09:49:31.586558Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186402,
            "filename": "tmpopakzx3r.tif",
            "created_at": "2025-03-30T09:49:29.354480Z",
            "updated_at": "2025-03-30T09:49:31.063799Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186401,
            "filename": "tmpyc794bu_.tif",
            "created_at": "2025-03-30T09:49:28.775418Z",
            "updated_at": "2025-03-30T09:49:30.965791Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186400,
            "filename": "tmp4q4ilk68.tif",
            "created_at": "2025-03-30T09:49:28.140408Z",
            "updated_at": "2025-03-30T09:49:30.022899Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186399,
            "filename": "tmporpn49o6.tif",
            "created_at": "2025-03-30T09:49:27.735222Z",
            "updated_at": "2025-03-30T09:49:29.155134Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186398,
            "filename": "tmpny8hh95o.tif",
            "created_at": "2025-03-30T09:49:26.664259Z",
            "updated_at": "2025-03-30T09:49:28.595560Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186397,
            "filename": "tmp1sehk15k.tif",
            "created_at": "2025-03-30T09:49:25.280264Z",
            "updated_at": "2025-03-30T09:49:28.002086Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186396,
            "filename": "tmpkkmnc9oq.tif",
            "created_at": "2025-03-30T09:49:23.315728Z",
            "updated_at": "2025-03-30T09:49:27.236424Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186395,
            "filename": "tmp2m7a783u.tif",
            "created_at": "2025-03-30T09:49:20.701907Z",
            "updated_at": "2025-03-30T09:49:22.316770Z",
            "state": "committed",
            "state_detail": ""
        }
    ]
}