How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Lightdash Spaces API

Spaces allow you to organize charts and dashboards within a project. They also allow granular access to content by allowing you to create private spaces, which are only accessible to the creator and admins.

Lightdash Spaces API is one of 50 APIs that Lightdash publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 8 JSON Schema definitions.

Tagged areas include Spaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 8 JSON Schemas.

This API exposes 9 operations across 7 paths, and defines 36 schemas. It is described by OpenAPI 3.0.0, at version 0.3156.1.

Requests are made against a single base URL, /.

9 operations 7 paths 36 schemas 3 DELETE2 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.3156.1
Base URL
https://app.lightdash.cloud
Authentication
API Key, API Key
License
MIT
Resource Areas
1

Authentication & Security 2

Lightdash Spaces API declares 2 security schemes for authenticating requests. An API key is passed in the cookie as connect.sid (session_cookie). An API key is passed in the header as Authorization (api_key).

  • api_key — Value should be 'ApiKey '

Paths & Operations 9

Across 7 paths, the API surfaces 9 operations — 3 DELETE, 2 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Spaces 9

Spaces allow you to organize charts and dashboards within a project. They also allow granular access to content by allowing you to create private spaces, which are only accessible…

GET
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}
Get space
GetSpace 2 params → 200default
DELETE
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}
Delete space
DeleteSpace 2 params → 204default
PATCH
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}
Update space
UpdateSpace 2 params body → 200default
GET
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/delete-impact
Get delete impact
GetSpaceDeleteImpact 2 params → 200default
POST
/api/v1/projects/{projectUuid}/spaces
Create space
CreateSpaceInProject 1 param body → 200default
POST
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/share
Grant user access to space
AddSpaceUserAccess 2 params body → 200default
DELETE
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/share/{userUuid}
Revoke user access to space
RevokeSpaceAccessForUser 3 params → 200default
POST
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/group/share
Grant group access to space
AddSpaceGroupAccess 2 params body → 200default
DELETE
/api/v1/projects/{projectUuid}/spaces/{spaceUuid}/group/share/{groupUuid}
Revoke group access to space
RevokeGroupSpaceAccess 3 params → 200default

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are Space (19 properties), Pick_Dashboard.uuid-or-name-or-description-or-updatedAt-or-projectUuid-or-updatedByUser-or-organizationUuid-or-spaceUuid-or-views-or-firstViewedAt-or-pinnedListUuid-or-pinnedListOrder_ (12 properties), Pick_SavedChart.uuid-or-name-or-description-or-spaceName-or-spaceUuid-or-projectUuid-or-organizationUuid-or-pinnedListUuid-or-dashboardUuid-or-dashboardName-or-slug_ (11 properties), Pick_Space.organizationUuid-or-projectUuid-or-uuid-or-name-or-inheritParentPermissions-or-projectMemberAccessRole-or-pinnedListUuid-or-pinnedListOrder-or-slug-or-parentSpaceUuid-or-path_ (11 properties). Each schema is shown below with its type and property counts.

OrganizationMemberRole
string
ApiSpaceDeleteImpactResponse
object
2 properties 2 required
ChartSummary
SpaceGroup
object
3 properties 3 required
AddSpaceUserAccess
object
2 properties 2 required
SpaceMemberRole
string
AnyType
This AnyType is an alias for any The goal is to make it easier to identify any type in the codebase without having to eslint-disable all the time These are onl…
Pick_ValidationResponse.error-or-createdAt-or-validationUuid-or-validationId_
object
From T, pick a set of properties whose keys are in the union K
4 properties 4 required
ApiSuccessEmpty
object
2 properties 1 required
ApiErrorPayload
object
The Error object is returned from the api any time there is an error. The message contains
2 properties 2 required
ChartSourceType
string
Pick_Dashboard.uuid-or-name-or-description-or-updatedAt-or-projectUuid-or-updatedByUser-or-organizationUuid-or-spaceUuid-or-views-or-firstViewedAt-or-pinnedListUuid-or-pinnedListOrder_
object
From T, pick a set of properties whose keys are in the union K
12 properties 10 required
ValidationSummary
DashboardBasicDetails
SpaceDeleteImpact
object
7 properties 7 required
AddSpaceGroupAccess
object
2 properties 2 required
SpaceQuery
ViewStatistics
object
2 properties 2 required
Pick_SavedChart.updatedAt-or-updatedByUser-or-pinnedListOrder_
object
From T, pick a set of properties whose keys are in the union K
3 properties 2 required
ChartType
string
UpdatedByUser
object
3 properties 3 required
SpaceShare
ProjectMemberRole
string
Pick_Space.organizationUuid-or-projectUuid-or-uuid-or-name-or-inheritParentPermissions-or-projectMemberAccessRole-or-pinnedListUuid-or-pinnedListOrder-or-slug-or-parentSpaceUuid-or-path_
object
From T, pick a set of properties whose keys are in the union K
11 properties 11 required
CreateSpace
object
4 properties 1 required
ApiSpaceResponse
object
2 properties 2 required
Space
object
19 properties 18 required
SpaceDashboard
Pick_SavedChart.uuid-or-name-or-description-or-spaceName-or-spaceUuid-or-projectUuid-or-organizationUuid-or-pinnedListUuid-or-dashboardUuid-or-dashboardName-or-slug_
object
From T, pick a set of properties whose keys are in the union K
11 properties 10 required
UpdateSpace
object
4 properties 1 required
SpaceSummaryBase
Pick_SpaceShare.userUuid-or-role_
object
From T, pick a set of properties whose keys are in the union K
2 properties 2 required
SpaceAccess
object
6 properties 3 required
ChartKind
string
ContentVerificationInfo
object
2 properties 2 required
SpaceAccessUserMetadata
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

lightdash-spaces-api-openapi.yml Raw ↑

Other APIs Lightdash publishes across the network.

Lightdash AiAgents API
Lightdash Bulk action API
Lightdash Catalog API
Lightdash Changesets API
Lightdash Charts API
Lightdash Comments API
Lightdash Content API
Lightdash Custom Roles API
Lightdash Dashboards API
Lightdash Explorer API
Lightdash Exploring API
Lightdash Exports API
Where this information came from

This is an independent, third-party profile of Lightdash Spaces API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.