Getting all Projects that belong to a particular category

I could not find this information on the documentation.
How can I get all the projects that is under a particular Category?

Hello there, Yesh.
By that you mean to filter out, right?
You can go to reports > detailed and select filter options beside project filter.
I hope this helps.
If you need a more detailed explanation, feel free to reach out to our support at support@clockify.me.
Kind regards,

No I am looking for a GET request .

Hi Yesh,

Kindly note that GET /workspaces/{workspaceId}/projects request will get you the list of all projects in the workspace.
And using the parameters, you can filter out only specific projects for example only projects belonging to the specific client.
You can find the available list of parameters for the GET request in our API documentation at Clockifyâ„¢ API Documentation.

Cheers!