cURL
curl --request GET \ --url https://api.plane.so/api/v1/workspaces/:workspace-slug/projects/:project_id/total-worklogs/ \ --header 'x-api-key: <api-key>'
Aggregates the worklogs and provides the total time spent on each issue in the project.
https://app.plane.so/my-team/projects/
my-team
[ { "issue_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "duration": 3.5 }, { "issue_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "duration": 8 }, ]