> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboards Response

This page describes the DashboardsResponse object returned by dashboard listing queries.

## DashboardsResponse

<ParamField path="nodes" type="[Dashboard!]!" required>
  Array of dashboard objects matching the query criteria. See [Dashboard](/integrations/graphql-api/objects/dashboard).
</ParamField>

<ParamField path="pageInfo" type="PageInfo!" required>
  Pagination information for the result set.
</ParamField>

## Related operations

<CardGroup cols={2}>
  <Card title="Dashboards Query" icon="list" href="/integrations/graphql-api/queries/dashboard/dashboards">
    Query that returns this response
  </Card>

  <Card title="Dashboard Object" icon="folder" href="/integrations/graphql-api/objects/dashboard">
    Individual dashboard structure
  </Card>
</CardGroup>
