v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Projects

List Project Assets

Returns a list of project assets.

get/tenants/{tenant_id}/projects/{project_id}/assets

Path parameters

tenant_idstring uuid required

The ID of the tenant that owns the project.

project_idstring uuid required

The ID of the project to list assets for.

Response

Project Assets successfully retrieved

Example response

{
  "project_assets": [
    {
      "filename": "meter_image.jpg",
      "temporary_access_url": "http://some-host.com/some-path/file2.png"
    }
  ]
}