---
title: "Updated entities (Experimental)"
method: GET
path: "/v1/workspaces/{workspaceId}/entities/updated"
tags: ["Entity changes (Experimental)"]
---

# Updated entities (Experimental)

`GET /v1/workspaces/{workspaceId}/entities/updated`

Retrieves records that were updated within the specified date range.   
The date range is determined by the two parameters: start and end.   

> ### 💡 Note
> If an entity is both created and updated within the requested date range, it will be excluded from the /updated endpoint results.

## Path parameters

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

## Query parameters

- `type` string[], required — Specifies the type of document to be retrieved. Expected values are ${changetracker.update.documentation.description}.This parameter can accept multiple values, and at least one option must be provided. Based on the input, the application will return results corresponding to the selected document types.
- `start` string — Represents the start date in yyyy-MM-ddThh:mm:ssZ format. This parameter is optional; if no start date is provided, the application will set a default start date that matches the end date to create a date range of 30 days. If the end date is not specified either, the default behavior will apply from the current date.
- `end` string — Represents the end date in yyyy-MM-ddThh:mm:ssZ format. This parameter is optional; if no end date is provided, the application will set a default end date that matches the start date to create a date range of 30 days.
- `page` string
- `limit` string

## Response `200`

OK

- string

---

[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)
