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/ff9dbd8f-80d4-43bc-9a26-3030b01ba7d9/uploads/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14,
    "next": "https://demo.lizard.net/api/v4/rastersources/ff9dbd8f-80d4-43bc-9a26-3030b01ba7d9/uploads/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 8107563,
            "filename": "tmph0i0nm0s.tif",
            "created_at": "2025-03-27T09:43:32.366960Z",
            "updated_at": "2025-03-27T09:44:58.432998Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107562,
            "filename": "tmpygt3c2b5.tif",
            "created_at": "2025-03-27T09:43:30.220881Z",
            "updated_at": "2025-03-27T09:44:58.288155Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107561,
            "filename": "tmpza5df1v8.tif",
            "created_at": "2025-03-27T09:43:28.028729Z",
            "updated_at": "2025-03-27T09:44:58.315910Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107560,
            "filename": "tmpqmfmpfs2.tif",
            "created_at": "2025-03-27T09:43:25.094657Z",
            "updated_at": "2025-03-27T09:44:58.241373Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107559,
            "filename": "tmprvaq32h8.tif",
            "created_at": "2025-03-27T09:43:23.310003Z",
            "updated_at": "2025-03-27T09:44:58.223548Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107558,
            "filename": "tmpgeqo353m.tif",
            "created_at": "2025-03-27T09:43:21.039209Z",
            "updated_at": "2025-03-27T09:44:58.190090Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107557,
            "filename": "tmp5y_4qf_h.tif",
            "created_at": "2025-03-27T09:43:17.645988Z",
            "updated_at": "2025-03-27T09:44:58.146731Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107556,
            "filename": "tmpq580xfc8.tif",
            "created_at": "2025-03-27T09:43:13.683836Z",
            "updated_at": "2025-03-27T09:44:20.618645Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107555,
            "filename": "tmpuxls4fs5.tif",
            "created_at": "2025-03-27T09:43:09.988891Z",
            "updated_at": "2025-03-27T09:43:15.551443Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8107554,
            "filename": "tmptil9it4w.tif",
            "created_at": "2025-03-27T09:43:06.980207Z",
            "updated_at": "2025-03-27T09:43:09.701227Z",
            "state": "committed",
            "state_detail": ""
        }
    ]
}