Lightdash Content API

The Content API from Lightdash — 9 operation(s) for content.

Operations 10

GET /api/v1/projects/{projectUuid}/pinned-lists/{pinnedListUuid}/items Get pinned items #
PATCH /api/v1/projects/{projectUuid}/pinned-lists/{pinnedListUuid}/items/order Update pinned items order #
GET /api/v1/projects/{projectUuid}/favorites Get favorites #
PATCH /api/v1/projects/{projectUuid}/favorites Toggle favorite #
GET /api/v2/content List content #
POST /api/v2/content/{projectUuid}/move Move content #
POST /api/v2/content/bulk-action/{projectUuid}/move Bulk move content #
GET /api/v2/content/deleted List deleted content #
POST /api/v2/content/{projectUuid}/restore Restore content #
DELETE /api/v2/content/{projectUuid}/permanent Permanently delete content #

Documentation

Specifications

Schemas & Data

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/lightdash-content-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

lightdash-content-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Lightdash AiAgents Content API
  version: 0.3156.1
  description: 'Open API documentation for all public Lightdash API endpoints. # Authentication Before you get started, you might need to create a Personal Access Token to authenticate via the API. You can create a token by following this guide: https://docs.lightdash.com/references/personal_tokens

    '
  license:
    name: MIT
  contact:
    name: Lightdash Support
    email: support@lightdash.com
    url: https://docs.lightdash.com/help-and-contact/contact/contact_info/
servers:
- url: /
tags:
- name: Content
paths:
  /api/v1/projects/{projectUuid}/pinned-lists/{pinnedListUuid}/items:
    get:
      operationId: getPinnedItems
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiPinnedItems'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Get pinned items
      summary: Get pinned items
      tags:
      - Content
      security: []
      parameters:
      - description: project uuid
        in: path
        name: projectUuid
        required: true
        schema:
          type: string
      - description: the list uuid for the pinned items
        in: path
        name: pinnedListUuid
        required: true
        schema:
          type: string
  /api/v1/projects/{projectUuid}/pinned-lists/{pinnedListUuid}/items/order:
    patch:
      operationId: updatePinnedItemsOrder
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiPinnedItems'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Update pinned items order
      summary: Update pinned items order
      tags:
      - Content
      security: []
      parameters:
      - description: project uuid
        in: path
        name: projectUuid
        required: true
        schema:
          type: string
      - description: the list uuid for the pinned items
        in: path
        name: pinnedListUuid
        required: true
        schema:
          type: string
      requestBody:
        description: the new order of the pinned items
        required: true
        content:
          application/json:
            schema:
              items:
                $ref: '#/components/schemas/UpdatePinnedItemOrder'
              type: array
              description: the new order of the pinned items
  /api/v1/projects/{projectUuid}/favorites:
    get:
      operationId: getFavorites
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiFavoriteItems'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Get the current user's favorite items in a project
      summary: Get favorites
      tags:
      - Content
      security: []
      parameters:
      - description: project uuid
        in: path
        name: projectUuid
        required: true
        schema:
          type: string
    patch:
      operationId: toggleFavorite
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiToggleFavorite'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Toggle a favorite item for the current user
      summary: Toggle favorite
      tags:
      - Content
      security: []
      parameters:
      - description: project uuid
        in: path
        name: projectUuid
        required: true
        schema:
          type: string
      requestBody:
        description: the content type and uuid to toggle
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ToggleFavoriteRequest'
              description: the content type and uuid to toggle
  /api/v2/content:
    get:
      operationId: List content
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiContentResponse'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Get content (charts, dashboards, spaces)
      summary: List content
      tags:
      - Content
      security: []
      parameters:
      - in: query
        name: projectUuids
        required: false
        schema:
          type: array
          items:
            type: string
      - in: query
        name: spaceUuids
        required: false
        schema:
          type: array
          items:
            type: string
      - in: query
        name: parentSpaceUuid
        required: false
        schema:
          type: string
      - in: query
        name: contentTypes
        required: false
        schema:
          type: array
          items:
            $ref: '#/components/schemas/ContentType'
      - in: query
        name: pageSize
        required: false
        schema:
          format: double
          type: number
      - in: query
        name: page
        required: false
        schema:
          format: double
          type: number
      - in: query
        name: search
        required: false
        schema:
          type: string
      - in: query
        name: sortBy
        required: false
        schema:
          $ref: '#/components/schemas/ContentSortByColumns'
      - in: query
        name: sortDirection
        required: false
        schema:
          type: string
          enum:
          - asc
          - desc
  /api/v2/content/{projectUuid}/move:
    post:
      operationId: Move content
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiSuccessEmpty'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Move a single item (Chart, Dashboard, Space) to another space
      summary: Move content
      tags:
      - Content
      security: []
      parameters:
      - in: path
        name: projectUuid
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApiContentActionBody_ContentActionMove_'
  /api/v2/content/bulk-action/{projectUuid}/move:
    post:
      operationId: Bulk move content
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiSuccessEmpty'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Move multiple items (Charts, Dashboards, Spaces) to another space
      summary: Bulk move content
      tags:
      - Content
      security: []
      parameters:
      - in: path
        name: projectUuid
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApiContentBulkActionBody_ContentActionMove_'
  /api/v2/content/deleted:
    get:
      operationId: List deleted content
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiDeletedContentResponse'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Get deleted content (soft-deleted charts, dashboards, etc.)
      summary: List deleted content
      tags:
      - Content
      security: []
      parameters:
      - in: query
        name: projectUuids
        required: true
        schema:
          type: array
          items:
            type: string
      - in: query
        name: pageSize
        required: false
        schema:
          format: double
          type: number
      - in: query
        name: page
        required: false
        schema:
          format: double
          type: number
      - in: query
        name: search
        required: false
        schema:
          type: string
      - in: query
        name: contentTypes
        required: false
        schema:
          type: array
          items:
            $ref: '#/components/schemas/ContentType'
      - in: query
        name: deletedByUserUuids
        required: false
        schema:
          type: array
          items:
            type: string
  /api/v2/content/{projectUuid}/restore:
    post:
      operationId: Restore content
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiSuccessEmpty'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Restore a soft-deleted item (chart, dashboard, etc.)
      summary: Restore content
      tags:
      - Content
      security: []
      parameters:
      - in: path
        name: projectUuid
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApiRestoreContentBody'
  /api/v2/content/{projectUuid}/permanent:
    delete:
      operationId: Permanently delete content
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiSuccessEmpty'
        default:
          description: Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiErrorPayload'
      description: Permanently delete a soft-deleted item (chart, dashboard, etc.)
      summary: Permanently delete content
      tags:
      - Content
      security: []
      parameters:
      - in: path
        name: projectUuid
        required: true
        schema:
          type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApiPermanentlyDeleteContentBody'
components:
  schemas:
    KnexPaginateArgs:
      properties:
        page:
          type: number
          format: double
        pageSize:
          type: number
          format: double
      required:
      - page
      - pageSize
      type: object
    ChartContent:
      properties:
        contentType:
          $ref: '#/components/schemas/ContentType.CHART'
        uuid:
          type: string
        slug:
          type: string
        name:
          type: string
        description:
          type:
          - string
          - 'null'
        createdAt:
          type: string
          format: date-time
        createdBy:
          properties:
            lastName:
              type: string
            firstName:
              type: string
            uuid:
              type: string
          required:
          - lastName
          - firstName
          - uuid
          type:
          - object
          - 'null'
        lastUpdatedAt:
          type:
          - string
          - 'null'
          format: date-time
        lastUpdatedBy:
          properties:
            lastName:
              type: string
            firstName:
              type: string
            uuid:
              type: string
          required:
          - lastName
          - firstName
          - uuid
          type:
          - object
          - 'null'
        project:
          properties:
            name:
              type: string
            uuid:
              type: string
          required:
          - name
          - uuid
          type: object
        organization:
          properties:
            name:
              type: string
            uuid:
              type: string
          required:
          - name
          - uuid
          type: object
        space:
          properties:
            name:
              type: string
            uuid:
              type: string
          required:
          - name
          - uuid
          type: object
        pinnedList:
          properties:
            uuid:
              type: string
          required:
          - uuid
          type:
          - object
          - 'null'
        views:
          type: number
          format: double
        firstViewedAt:
          type:
          - string
          - 'null'
          format: date-time
        verification:
          allOf:
          - $ref: '#/components/schemas/ContentVerificationInfo'
        source:
          $ref: '#/components/schemas/ChartSourceType'
        chartKind:
          $ref: '#/components/schemas/ChartKind'
        dashboard:
          properties:
            name:
              type: string
            uuid:
              type: string
          required:
          - name
          - uuid
          type:
          - object
          - 'null'
      required:
      - contentType
      - uuid
      - slug
      - name
      - description
      - createdAt
      - createdBy
      - lastUpdatedAt
      - lastUpdatedBy
      - project
      - organization
      - space
      - pinnedList
      - views
      - firstViewedAt
      - verification
      - source
      - chartKind
      - dashboard
      type: object
      additionalProperties: true
    WithDescendantCounts_DeletedSpaceContentSummary.nestedSpace-or-dashboard-or-chart-or-scheduler-or-app_:
      allOf:
      - $ref: '#/components/schemas/DeletedSpaceContentSummary'
      - properties:
          appCount:
            type: number
            format: double
          nestedSpaceCount:
            type: number
            format: double
          schedulerCount:
            type: number
            format: double
          chartCount:
            type: number
            format: double
          dashboardCount:
            type: number
            format: double
        required:
        - appCount
        - nestedSpaceCount
        - schedulerCount
        - chartCount
        - dashboardCount
        type: object
    ResourceViewDataAppItem:
      properties:
        category:
          $ref: '#/components/schemas/ResourceItemCategory'
        data:
          properties:
            pinnedListOrder:
              type:
              - number
              - 'null'
              format: double
            pinnedListUuid:
              type:
              - string
              - 'null'
            latestVersionStatus:
              allOf:
              - $ref: '#/components/schemas/AppVersionStatus'
            latestVersionNumber:
              type:
              - number
              - 'null'
              format: double
            firstViewedAt:
              type:
              - string
              - 'null'
              format: date-time
            views:
              type: number
              format: double
            updatedByUser:
              properties:
                lastName:
                  type: string
                firstName:
                  type: string
                userUuid:
                  type: string
              required:
              - lastName
              - firstName
              - userUuid
              type:
              - object
              - 'null'
            updatedAt:
              type: string
              format: date-time
            createdByUserUuid:
              type:
              - string
              - 'null'
            spaceUuid:
              type:
              - string
              - 'null'
            description:
              type: string
            name:
              type: string
            uuid:
              type: string
          required:
          - pinnedListOrder
          - pinnedListUuid
          - latestVersionStatus
          - latestVersionNumber
          - firstViewedAt
          - views
          - updatedByUser
          - updatedAt
          - createdByUserUuid
          - spaceUuid
          - name
          - uuid
          type: object
        type:
          $ref: '#/components/schemas/ResourceViewItemType.DATA_APP'
      required:
      - data
      - type
      type: object
    DeletedChartBase:
      properties:
        organizationUuid:
          type: string
        projectUuid:
          type: string
        spaceName:
          type: string
        spaceUuid:
          type: string
        deletedBy:
          properties:
            lastName:
              type: string
            firstName:
              type: string
            userUuid:
              type: string
          required:
          - lastName
          - firstName
          - userUuid
          type:
          - object
          - 'null'
        deletedAt:
          type: string
          format: date-time
        chartKind:
          allOf:
          - $ref: '#/components/schemas/ChartKind'
        contentType:
          $ref: '#/components/schemas/ContentType.CHART'
        description:
          type:
          - string
          - 'null'
        name:
          type: string
        uuid:
          type: string
      required:
      - organizationUuid
      - projectUuid
      - spaceName
      - spaceUuid
      - deletedBy
      - deletedAt
      - chartKind
      - contentType
      - description
      - name
      - uuid
      type: object
    ContentVerificationInfo:
      properties:
        verifiedAt:
          type: string
          format: date-time
        verifiedBy:
          properties:
            lastName:
              type: string
            firstName:
              type: string
            userUuid:
              type: string
          required:
          - lastName
          - firstName
          - userUuid
          type: object
      required:
      - verifiedAt
      - verifiedBy
      type: object
    ChartSourceType:
      enum:
      - dbt_explore
      - sql
      type: string
    ApiContentActionBody_ContentActionMove_:
      properties:
        action:
          $ref: '#/components/schemas/ContentActionMove'
        item:
          $ref: '#/components/schemas/ItemPayload'
      required:
      - action
      - item
      type: object
    ApiSuccessEmpty:
      properties:
        results: {}
        status:
          type: string
          enum:
          - ok
      required:
      - status
      type: object
    ValidationSummary:
      $ref: '#/components/schemas/Pick_ValidationResponse.error-or-createdAt-or-validationUuid-or-validationId_'
    ContentType:
      enum:
      - chart
      - dashboard
      - space
      - data_app
      type: string
    ApiPinnedItems:
      properties:
        results:
          $ref: '#/components/schemas/PinnedItems'
        status:
          type: string
          enum:
          - ok
      required:
      - results
      - status
      type: object
    ToggleFavoriteRequest:
      properties:
        contentUuid:
          type: string
        contentType:
          $ref: '#/components/schemas/ContentType'
      required:
      - contentUuid
      - contentType
      type: object
    ResourceViewItemType.SPACE:
      enum:
      - space
      type: string
    SpaceContent:
      properties:
        contentType:
          $ref: '#/components/schemas/ContentType.SPACE'
        uuid:
          type: string
        slug:
          type: string
        name:
          type: string
        description:
          type:
          - string
          - 'null'
        createdAt:
          type: string
          format: date-time
        createdBy:
          properties:
            lastName:
              type: string
            firstName:
              type: string
            uuid:
              type: string
          required:
          - lastName
          - firstName
          - uuid
          type:
          - object
          - 'null'
        lastUpdatedAt:
          type:
          - string
          - 'null'
          format: date-time
        lastUpdatedBy:
          properties:
            lastName:
              type: string
            firstName:
              type: string
            uuid:
              type: string
          required:
          - lastName
          - firstName
          - uuid
          type:
          - object
          - 'null'
        project:
          properties:
            name:
              type: string
            uuid:
              type: string
          required:
          - name
          - uuid
          type: object
        organization:
          properties:
            name:
              type: string
            uuid:
              type: string
          required:
          - name
          - uuid
          type: object
        space:
          properties:
            name:
              type: string
            uuid:
              type: string
          required:
          - name
          - uuid
          type: object
        pinnedList:
          properties:
            order:
              type: number
              format: double
            uuid:
              type: string
          required:
          - order
          - uuid
          type:
          - object
          - 'null'
        views:
          type: number
          format: double
        firstViewedAt:
          type:
          - string
          - 'null'
          format: date-time
        verification:
          allOf:
          - $ref: '#/components/schemas/ContentVerificationInfo'
        inheritParentPermissions:
          type: boolean
        dashboardCount:
          type: number
          format: double
        chartCount:
          type: number
          format: double
        childSpaceCount:
          type: number
          format: double
        appCount:
          type: number
          format: double
        parentSpaceUuid:
          type:
          - string
          - 'null'
        path:
          type: string
        access:
          items:
            type: string
          type: array
      required:
      - contentType
      - uuid
      - slug
      - name
      - description
      - createdAt
      - createdBy
      - lastUpdatedAt
      - lastUpdatedBy
      - project
      - organization
      - space
      - pinnedList
      - views
      - firstViewedAt
      - verification
      - inheritParentPermissions
      - dashboardCount
      - chartCount
      - childSpaceCount
      - appCount
      - parentSpaceUuid
      - path
      - access
      type: object
      additionalProperties: true
    ContentActionMove:
      properties:
        targetSpaceUuid:
          type:
          - string
          - 'null'
        type:
          type: string
          enum:
          - move
      required:
      - targetSpaceUuid
      - type
      type: object
    ApiDeletedContentResponse:
      properties:
        results:
          $ref: '#/components/schemas/KnexPaginatedData_DeletedContentWithDescendants-Array_'
        status:
          type: string
          enum:
          - ok
      required:
      - results
      - status
      type: object
    PinnedItems:
      items:
        anyOf:
        - $ref: '#/components/schemas/ResourceViewDashboardItem'
        - $ref: '#/components/schemas/ResourceViewChartItem'
        - $ref: '#/components/schemas/ResourceViewSpaceItem'
        - $ref: '#/components/schemas/ResourceViewDataAppItem'
      type: array
    DeletedSpaceContentSummary:
      properties:
        organizationUuid:
          type: string
        projectUuid:
          type: string
        spaceName:
          type: string
        spaceUuid:
          type: string
        deletedBy:
          properties:
            lastName:
              type: string
            firstName:
              type: string
            userUuid:
              type: string
          required:
          - lastName
          - firstName
          - userUuid
          type:
          - object
          - 'null'
        deletedAt:
          type: string
          format: date-time
        contentType:
          $ref: '#/components/schemas/ContentType.SPACE'
        description:
          type:
          - string
          - 'null'
        name:
          type: string
        uuid:
          type: string
      required:
      - organizationUuid
      - projectUuid
      - spaceName
      - spaceUuid
      - deletedBy
      - deletedAt
      - contentType
      - description
      - name
      - uuid
      type: object
    WithDescendantCounts_DeletedDashboardContentSummary.chart-or-scheduler_:
      allOf:
      - $ref: '#/components/schemas/DeletedDashboardContentSummary'
      - properties:
          schedulerCount:
            type: number
            format: double
          chartCount:
            type: number
            format: double
        required:
        - schedulerCount
        - chartCount
        type: object
    ResourceViewSpaceItem:
      properties:
        data:
          allOf:
          - $ref: '#/components/schemas/Pick_Space.projectUuid-or-uuid-or-name-or-pinnedListUuid-or-pinnedListOrder-or-organizationUuid-or-parentSpaceUuid-or-path-or-inheritParentPermissions_'
          - properties:
              appCount:
                type: number
                format: double
              childSpaceCount:
                type: number
                format: double
              chartCount:
                type: number
                format: double
              dashboardCount:
                type: number
                format: double
              accessListLength:
                type: number
                format: double
              access:
                items:
                  type: string
                type: array
            required:
            - appCount
            - childSpaceCount
            - chartCount
            - dashboardCount
            - accessListLength
            - access
            type: object
        type:
          $ref: '#/components/schemas/ResourceViewItemType.SPACE'
      required:
      - data
      - type
      type: object
    ResourceViewItemType.DASHBOARD:
      enum:
      - dashboard
      type: string
    ApiContentBulkActionBody_ContentActionMove_:
      properties:
        action:
          $ref: '#/components/schemas/ContentActionMove'
        content:
          items:
            $ref: '#/components/schemas/ItemPayload'
          type: array
      required:
      - action
      - content
      type: object
    DeletedDataAppContentSummary:
      properties:
        organizationUuid:
          type: string
        projectUuid:
          type: string
        spaceName:
          type:
          - string
          - 'null'
        spaceUuid:
          type:
          - string
          - 'null'
        deletedBy:
          properties:
            lastName:
              type: string
            firstName:
              type: string
            userUuid:
              type: string
          required:
          - lastName
          - firstName
          - userUuid
          type:
          - object
          - 'null'
        deletedAt:
          type: string
          format: date-time
        contentType:
          $ref: '#/components/schemas/ContentType.DATA_APP'
        description:
          type:
          - string
          - 'null'
        name:
          type: string
        uuid:
          type: string
      required:
      - organizationUuid
      - projectUuid
      - spaceName
      - spaceUuid
      - deletedBy
      - deletedAt
      - contentType
      - description
      - name
      - uuid
      type: object
    ResourceItemCategory:
      enum:
      - mostPopular
      - recentlyUpdated
      - pinned
      - favorites
      - verified
      type: string
    DeletedContentItem:
      anyOf:
      - properties:
          source:
            $ref: '#/components/schemas/ChartSourceType'
          contentType:
            $ref: '#/components/schemas/ContentType.CHART'
          uuid:
            type: string
        required:
        - source
        - contentType
        - uuid
        type: object
      - properties:
          contentType:
            $ref: '#/components/schemas/ContentType.DASHBOARD'
          uuid:
            type: string
        required:
        - contentType
        - uuid
        type: object
      - properties:
          contentType:
            $ref: '#/components/schemas/ContentType.SPACE'
          uuid:
            type: string
        required:
        - contentType
        - uuid
        type: object
      - properties:
          contentType:
            $ref: '#/components/schemas/ContentType.DATA_APP'
          uuid:
            type: string
        required:
        - contentType
        - uuid
        type: object
    ChartType:
      enum:
      - cartesian
      - table
      - big_number
      - pie
      - funnel
      - treemap
      - gauge
      - custom
      - map
      - sankey
      type: string
    ApiContentResponse:
      properties:
        results:
          $ref: '#/components/schemas/KnexPaginatedData_SummaryContent-Array_'
        status:
          type: string
          enum:
          - ok
      required:
      - results
      - status
      type: object
    SummaryContent:
      anyOf:
      - $ref: '#/components/schemas/ChartContent'
      - $ref: '#/components/schemas/DashboardContent'
      - $ref: '#/components/schemas/SpaceContent'
      - $ref: '#/components/schemas/DataAppContent'
    UpdatePinnedItemOrder:
      properties:
        data:
          $ref: '#/components/schemas/Pick_ResourceViewChartItem-at-data-or-ResourceViewDashboardItem-at-data-or-ResourceViewSpaceItem-at-data-or-ResourceViewDataAppItem-at-data.uuid-or-pinnedListOrder_'
        type:
          $ref: '#/components/schemas/ResourceViewItemType'
      required:
      - data
      - type
      type: object
    Pick_ValidationResponse.error-or-createdAt-or-validationUuid-or-validationId_:
      properties:
        createdAt:
          type: string
          format: date-time
        error:
          type: string
        validationUuid:
          type: string
        validationId:
          type:
          - number
          - 'null'
          format: double
          deprecated: true
      required:
      - createdAt
      - error
      - validationUuid
      - validationId
      type: object
      description: From T, pick a set of properties whose keys are in the union K
    AppVersionStatus:
      type: string
      enum:
      - pending
      - sandbox
      - catalog
      - generating
      - building
      - packaging
      - ready
      - error
    KnexPaginatedData_SummaryContent-Array_:
      properties:
        pagination:
          allOf:
          - $ref: '#/components/schemas/KnexPaginateArgs'
          - properties:
              totalResults:
                type: number
                format: double
              totalPageCount:
                type: number
                format: double
            required:
            - totalResults
            - totalPageCount
            type: object
        data:
          items:
            $ref: '#/components/schemas/SummaryContent'
          type: array
      required:
      - data
      type: object
    KnexPaginatedData_D

# --- truncated at 32 KB (51 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/lightdash/refs/heads/main/openapi/lightdash-content-api-openapi.yml