---
title: "Get all my shared reports"
method: GET
path: "/v1/workspaces/{workspaceId}/shared-reports"
tags: ["Shared Report"]
---

# Get all my shared reports

`GET /v1/workspaces/{workspaceId}/shared-reports`

Gets all shared reports for current user on given workspace

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.

## Query parameters

- `page` integer — Page number.
- `pageSize` integer — Page size.
- `sharedReportsFilter` 'ALL' | 'ALL_ADMIN' | 'CREATED_BY_ME' | 'SHARED_WITH_ME' — Filters shared reports by origin.

## Response `200`

OK

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
