Not able to retrieve all worklogs using the code below (Jira Product Discovery )

URL : https://wmsspltechnical.atlassian.net/rest/api/3/search/jql

REq JSON :

{

“jql”: “worklogDate > ‘2025-06-20’”,

“fields”: [ “project”, “summary”, “description”, “timespent”, “worklog”, “assignee”, “reporter”, “status”, “issuetype”, “priority”, “created”, “updated” ]

}

}