---
title: "Returns the information required to render the dynamic dashboard. Deprecated."
method: GET
path: "/{spaceId}/dashboard/dynamic"
tags: ["Dashboard"]
---

# Returns the information required to render the dynamic dashboard. Deprecated.

`GET /{spaceId}/dashboard/dynamic`

## Path parameters

- `spaceId` string, required

## Query parameters

- `environments` string[]
- `includePrevious` boolean
- `projects` string[]

## Response `200`

The requested Dynamic Dashboared

- DashboardResource
  - `Environments` DashboardEnvironmentResource[]
    - `Id` string
    - `LastModifiedBy` string
    - `LastModifiedOn` string, date-time
    - `Links` object
    - `Name` string
  - `Id` string
  - `IsFiltered` boolean
  - `Items` DashboardItemResource[]
    - `ChannelId` string
    - `CompletedTime` string, date-time
    - `Created` string, date-time
    - `DeploymentId` string
    - `Duration` string
    - `EnvironmentId` string
    - `ErrorMessage` string
    - `HasPendingInterruptions` boolean
    - `HasPendingPreconditions` boolean
    - `HasWarningsOrErrors` boolean
    - `Id` string
    - `IsCompleted` boolean
    - `IsCurrent` boolean
    - `IsPrevious` boolean
    - `LastModifiedBy` string
    - `LastModifiedOn` string, date-time
    - `Links` object
    - `PendingInterruptionTypes` string[]
    - `PendingPreconditionTypes` string[]
    - `ProjectId` string
    - `QueueTime` string, date-time
    - `ReleaseId` string
    - `ReleaseVersion` string
    - `StartTime` string, date-time
    - `State` 'Queued' | 'Executing' | 'Failed' | 'Canceled' | 'TimedOut' | 'Success' | 'Cancelling'
    - `TaskId` string
    - `TenantId` string
  - `LastModifiedBy` string
  - `LastModifiedOn` string, date-time
  - `Links` object
  - `ProjectGroups` DashboardProjectGroupResource[]
    - `EnvironmentIds` string[]
    - `Id` string
    - `LastModifiedBy` string
    - `LastModifiedOn` string, date-time
    - `Links` object
    - `Name` string
  - `ProjectLimit` integer
  - `Projects` DashboardProjectResource[]
    - `CanPerformUntenantedDeployment` boolean
    - `EnvironmentIds` string[]
    - `Id` string
    - `IsDisabled` boolean
    - `LastModifiedBy` string
    - `LastModifiedOn` string, date-time
    - `Links` object
    - `Name` string
    - `ProjectGroupId` string
    - `Slug` string
    - `TenantedDeploymentMode` 'Untenanted' | 'TenantedOrUntenanted' | 'Tenanted'
  - `Tenants` DashboardTenantResource[]
    - `Id` string
    - `IsDisabled` boolean
    - `LastModifiedBy` string
    - `LastModifiedOn` string, date-time
    - `Links` object
    - `Name` string
    - `ProjectEnvironments` object
    - `TenantTags` string[]

## Other responses

- `304` — Not Modified
- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/versions/bc9158facfc7/schema)
