---
title: "Get user schedulers"
method: GET
path: "/api/v1/org/user/{userUuid}/schedulers-summary"
tags: ["Organizations"]
---

# Get user schedulers

`GET /api/v1/org/user/{userUuid}/schedulers-summary`

Gets a summary of scheduled deliveries owned by a user across all projects

## Path parameters

- `userUuid` string, required

## Response `200`

Ok

- ApiUserSchedulersSummaryResponse
  - `results` UserSchedulersSummary, required
    - `byProject` object[], required
      - `count` number, double, required
      - `projectName` string, required
      - `projectUuid` string, required
    - `hasGsheetsSchedulers` boolean, required
    - `totalCount` number, double, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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