---
title: "Returns the dashboards of the current user."
method: GET
path: "/me/dashboards"
tags: ["dashboards"]
---

# Returns the dashboards of the current user.

`GET /me/dashboards`

Returns the dashboards of the current user.

<Check title="Required Permissions" icon="key">The user must be the creator.</Check>

## Query parameters

- `includeWidgets` boolean

## Headers

- `Authorization` string, required

## Response `200`

OK

- Dashboard[]
  - `id` string, uuid — The id of the dashboard.
  - `userId` string, uuid — The id of the user that the dashboard belongs to.
  - `createdOn` string, date-time — The creation date.
  - `updatedOn` string, date-time — The date when the entity was last updated.
  - `widgets` Widget[], nullable — A list of all widgets of the dashboard.
    - `id` string, uuid — The id of the widget.
    - `type` string, nullable — The type of the widget.
    - `name` string, nullable — The name of the widget.
    - `entityId` string, uuid, nullable — The id of the entity that the widget is referencing.
    - `filterId` string, uuid, nullable — The id of the filter that the widget is referencing.
    - `createdOn` string, date-time — The creation date.
    - `createdBy` string, uuid, nullable — The id of the user who created the entity.
    - `updatedOn` string, date-time — The date when the entity was last updated.
    - `updatedBy` string, uuid, nullable — The id of the user who last updated the entity.
    - `column` integer — The column of the widget within the dashboard.
    - `order` integer — The order of the widget within the column.
    - `settings` string, nullable — The settings of the widget.
    - `value` string, nullable — The value of a widget.

---

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