Endpoint for interacting with 3Di scenario results.

Add attachments to newly created results by uploading a file (using a PUT request) to the temporary upload_url of a result.

Subendpoints

The subendpoints below have been defined for convienience and may be used for viewing or deleting a specific class of results. They are also available via the "Extra Actions" button in the top-right corner when viewing a result list.

  • /api/v4/scenarios/{uuid}/results/arrival/
  • /api/v4/scenarios/{uuid}/results/basic/
  • /api/v4/scenarios/{uuid}/results/damage/
  • /api/v4/scenarios/{uuid}/results/raw/
  • /api/v4/scenarios/{uuid}/results/tiles/

For example, a DELETE request on /api/v4/scenarios/{uuid}/results/raw/ would schedule all raw results for deletion. This is more convenient than deleting results one by one via /api/v4/scenarios/{uuid}/results/{id}/.

GET /api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11,
    "next": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498725/?format=api",
            "id": 498725,
            "name": "Grid administration",
            "code": "grid-admin",
            "description": null,
            "family": "Raw",
            "raster": null,
            "attachment_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/gridadmin.h5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=fe6724f9bca554cbc24fc0ad6478565d9519e061ff1d53ebf5ad57401c966361",
            "upload_url": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498726/?format=api",
            "id": 498726,
            "name": "Raw 3Di output",
            "code": "results-3di",
            "description": null,
            "family": "Raw",
            "raster": null,
            "attachment_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results_3di.nc?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=d4a359f3ad4925be6fbce7664bc1f9afb44f1c5ec8ae6d6fd5f34ef982a31355",
            "upload_url": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498727/?format=api",
            "id": 498727,
            "name": "Calculation core logging",
            "code": "logfiles",
            "description": null,
            "family": "Raw",
            "raster": null,
            "attachment_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/log_files.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6b4a62fdc7fa84d650a882945ef67cb05b6f859c43d54dcc76126ece194eb469",
            "upload_url": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498728/?format=api",
            "id": 498728,
            "name": "Water depth (timeseries)",
            "code": "depth-dtri",
            "description": null,
            "family": "Basic",
            "raster": "https://demo.lizard.net/api/v4/rasters/c6e1d5c7-e7ca-4122-95b8-bb7637d76013/?format=api",
            "attachment_url": null,
            "upload_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/depth-dtri-upload?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b4e38ebb65af1681b54d4700518eab83ce1805a57e310d3d92cb14ef06f87ab5"
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498729/?format=api",
            "id": 498729,
            "name": "Max water depth",
            "code": "depth-max-dtri",
            "description": null,
            "family": "Basic",
            "raster": "https://demo.lizard.net/api/v4/rasters/371856d5-f02e-40f5-bc2b-0e62b5129e6d/?format=api",
            "attachment_url": null,
            "upload_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/depth-max-dtri-upload?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c76d27be5a0e44f08f2bfc8eb1dbad0ddb1ea1fd527aa4f9e6f6e86d658acc24"
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498730/?format=api",
            "id": 498730,
            "name": "Flood hazard rating",
            "code": "flood-hazard-rating",
            "description": null,
            "family": "Basic",
            "raster": "https://demo.lizard.net/api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/?format=api",
            "attachment_url": null,
            "upload_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/flood-hazard-rating-upload?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5d530d37000f722ef85411ed321dc24d886e6acab125dde6ad2d29bd9e13708c"
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498731/?format=api",
            "id": 498731,
            "name": "Rain",
            "code": "rain-quad",
            "description": null,
            "family": "Basic",
            "raster": "https://demo.lizard.net/api/v4/rasters/5cb25832-82b9-4290-9eb8-43a47ec53e6f/?format=api",
            "attachment_url": null,
            "upload_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/rain-quad-upload?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=79df5bb5af1e909f473b004fa3204ab43131f539bc15ef6441a7940eefe8ccf7"
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498732/?format=api",
            "id": 498732,
            "name": "Rate of rise",
            "code": "rise-velocity-quad",
            "description": null,
            "family": "Basic",
            "raster": "https://demo.lizard.net/api/v4/rasters/d4371473-3d73-4464-bc1a-5cc4236f950e/?format=api",
            "attachment_url": null,
            "upload_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/rise-velocity-quad-upload?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a95d2a46e76a0bc1c99185731de0200a1c1828ce85b1a135ab39fa41436a5ede"
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498733/?format=api",
            "id": 498733,
            "name": "Water level (timeseries)",
            "code": "s1-dtri",
            "description": null,
            "family": "Basic",
            "raster": "https://demo.lizard.net/api/v4/rasters/9087d64c-3def-4ab8-860a-e6bf477a734f/?format=api",
            "attachment_url": null,
            "upload_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/s1-dtri-upload?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e85fddcbf19b781e3c759e4eeb8142810b64ca8647d9f134fbb20900f18a3406"
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/results/498734/?format=api",
            "id": 498734,
            "name": "Max water level",
            "code": "s1-max-dtri",
            "description": null,
            "family": "Basic",
            "raster": "https://demo.lizard.net/api/v4/rasters/70493c20-f9c0-4a10-8ce2-40ad27a1e1b2/?format=api",
            "attachment_url": null,
            "upload_url": "https://lizard-prod.s3.amazonaws.com/scenarios/90ee6870-18da-47ec-aa04-fbc6e5f7e038/s1-max-dtri-upload?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250615%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250615T022211Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e5f5249915c2401ca1aa681bfb0ebff2e35d9c33564082adc1d08ce0b4b9e8f7"
        }
    ]
}