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&page=2
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=3",
    "previous": "https://demo.lizard.net/api/v4/rastersources/3842ca4d-9ce2-4fac-9a55-d9c7244f2ce8/uploads/?format=api",
    "results": [
        {
            "id": 8186394,
            "filename": "tmp2tnmmfrp.tif",
            "created_at": "2025-03-30T09:49:19.824245Z",
            "updated_at": "2025-03-30T09:49:21.320889Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186393,
            "filename": "tmpqddaz_p1.tif",
            "created_at": "2025-03-30T09:49:18.939017Z",
            "updated_at": "2025-03-30T09:49:20.882745Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186392,
            "filename": "tmpvu808pss.tif",
            "created_at": "2025-03-30T09:49:17.708585Z",
            "updated_at": "2025-03-30T09:49:21.789105Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186391,
            "filename": "tmp47_iji9v.tif",
            "created_at": "2025-03-30T09:49:14.706534Z",
            "updated_at": "2025-03-30T09:49:20.574370Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186390,
            "filename": "tmpav_8moj5.tif",
            "created_at": "2025-03-30T09:49:09.816776Z",
            "updated_at": "2025-03-30T09:49:13.248437Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186389,
            "filename": "tmpgux22ml6.tif",
            "created_at": "2025-03-30T09:49:07.770409Z",
            "updated_at": "2025-03-30T09:49:09.421006Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186388,
            "filename": "tmpuav3423q.tif",
            "created_at": "2025-03-30T09:49:06.377872Z",
            "updated_at": "2025-03-30T09:49:09.895192Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186387,
            "filename": "tmpaw9866il.tif",
            "created_at": "2025-03-30T09:49:04.149693Z",
            "updated_at": "2025-03-30T09:49:10.207007Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186386,
            "filename": "tmpq7x4gd0y.tif",
            "created_at": "2025-03-30T09:48:59.246202Z",
            "updated_at": "2025-03-30T09:49:06.651105Z",
            "state": "committed",
            "state_detail": ""
        },
        {
            "id": 8186385,
            "filename": "tmpdwzpr0sr.tif",
            "created_at": "2025-03-30T09:48:53.983257Z",
            "updated_at": "2025-03-30T09:48:58.505622Z",
            "state": "committed",
            "state_detail": ""
        }
    ]
}