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

# Get IDs of updated worklogs

`GET /rest/api/3/worklog/updated`

Returns a list of IDs and update timestamps for worklogs updated 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 updated during the minute preceding the request.

**[Permissions](#permissions) required:** Permission to access Jira, however, worklogs are only returned where either of the following is true:

 *  the worklog is set as *Viewable by All Users*.
 *  the user is a member of a project role or group with permission to view the worklog.

## Query parameters

- `since` integer
- `expand` string

## 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-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
