GET
/
api
/
v1
/
projects
/
{projectUuid}
/
spaces
/
{spaceUuid}
{
  "results": {
    "slug": "<string>",
    "pinnedListOrder": 123,
    "pinnedListUuid": "<string>",
    "groupsAccess": [
      {
        "spaceRole": "viewer",
        "groupName": "<string>",
        "groupUuid": "<string>"
      }
    ],
    "access": [
      {
        "inheritedFrom": "organization",
        "inheritedRole": "member",
        "projectRole": "viewer",
        "hasDirectAccess": true,
        "role": "viewer",
        "email": "<string>",
        "lastName": "<string>",
        "firstName": "<string>",
        "userUuid": "<string>"
      }
    ],
    "dashboards": [
      {
        "name": "<string>",
        "description": "<string>",
        "uuid": "<string>",
        "spaceUuid": "<string>",
        "projectUuid": "<string>",
        "organizationUuid": "<string>",
        "pinnedListUuid": "<string>",
        "updatedAt": "2023-11-07T05:31:56Z",
        "updatedByUser": {
          "userUuid": "<string>",
          "firstName": "<string>",
          "lastName": "<string>"
        },
        "views": 123,
        "firstViewedAt": "2023-11-07T05:31:56Z",
        "pinnedListOrder": 123,
        "validationErrors": [
          {
            "validationId": 123,
            "createdAt": "2023-11-07T05:31:56Z",
            "error": "<string>"
          }
        ]
      }
    ],
    "projectUuid": "<string>",
    "queries": [
      {
        "name": "<string>",
        "description": "<string>",
        "uuid": "<string>",
        "spaceName": "<string>",
        "spaceUuid": "<string>",
        "projectUuid": "<string>",
        "organizationUuid": "<string>",
        "pinnedListUuid": "<string>",
        "dashboardUuid": "<string>",
        "dashboardName": "<string>",
        "slug": "<string>",
        "source": "dbt_explore",
        "chartKind": "line",
        "chartType": "cartesian",
        "updatedAt": "2023-11-07T05:31:56Z",
        "updatedByUser": {
          "userUuid": "<string>",
          "firstName": "<string>",
          "lastName": "<string>"
        },
        "pinnedListOrder": 123,
        "firstViewedAt": "2023-11-07T05:31:56Z",
        "views": 123,
        "validationErrors": [
          {
            "validationId": 123,
            "createdAt": "2023-11-07T05:31:56Z",
            "error": "<string>"
          }
        ]
      }
    ],
    "isPrivate": true,
    "name": "<string>",
    "uuid": "<string>",
    "organizationUuid": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

The uuid of the space's parent project

spaceUuid
string
required

The uuid of the space to get

Response

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok