---
title: "Gets all dashboards created by a specific user."
method: GET
path: "/dash/v{version}/Dashboards/user/{createdBy}"
tags: ["Dashboards"]
---

# Gets all dashboards created by a specific user.

`GET /dash/v{version}/Dashboards/user/{createdBy}`

## Path parameters

- `createdBy` string, required
- `version` string, required

## Query parameters

- `isActive` boolean

## Headers

- `company-id` string, required

## Response `200`

Success

- DashboardsContractsModelsDashboardDto[]
  - `dashboardId` integer
  - `companyId` string, uuid
  - `name` string, nullable
  - `description` string, nullable
  - `createdBy` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time, nullable
  - `isActive` boolean

---

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