---
title: "Get IDs of deleted worklogs"
method: GET
path: "/rest/api/2/worklog/deleted"
tags: ["Issue worklogs"]
---

# Get IDs of deleted worklogs

`GET /rest/api/2/worklog/deleted`

Returns a list of IDs and delete timestamps for worklogs deleted after a date and time.

This resource is paginated, with a limit of 1000 worklogs per page. Each page lists worklogs from oldest to youngest. If the number of items in the date range exceeds 1000, `until` indicates the timestamp of the youngest item on the page. Also, `nextPage` provides the URL for the next page of worklogs. The `lastPage` parameter is set to true on the last page of worklogs.

This resource does not return worklogs deleted during the minute preceding the request.

**[Permissions](#permissions) required:** Permission to access Jira.

## Query parameters

- `since` integer

## Response `200`

Returned if the request is successful.

- ChangedWorklogs — List of changed worklogs.
  - `lastPage` boolean
  - `nextPage` string, uri — The URL of the next list of changed worklogs.
  - `self` string, uri — The URL of this changed worklogs list.
  - `since` integer — The datetime of the first worklog item in the list.
  - `until` integer — The datetime of the last worklog item in the list.
  - `values` ChangedWorklog[] — Changed worklog list.
    - `properties` EntityProperty[] — Details of properties associated with the change.
      - `key` string — The key of the property. Required on create and update.
      - `value` unknown
    - `updatedTime` integer — The datetime of the change.
    - `worklogId` integer — The ID of the worklog.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
