Project Search By Name

Has anyone been able to successfully search by name for a project with a space in the name?

I have tried it via curl on our account:
curl ... https://api.clockify.me/api/v1/workspaces/{workspaceId}/projects?name=Test\ Project
returns nothing, but
curl ... https://api.clockify.me/api/v1/workspaces/{workspaceId}/projects?name=Test returns Test Project along with all other projects that start with “Test”.

If you have been successful, what is the correct way to escape the space? I’ve tried %32, using url escapes, and the char literal escape on the curl command.

Hi there and welcome to Clockify forum!

The correct way to account for space would be to use the “+” sign.