Search Endpoint?

We’ve developed a Raycast extension for ourselves to quickly find tasks in awork and start/stop a timer.

For this we use the /me/projecttasks endpoint with filterby=substringof('searchterm', name). Unfortunately this seems to be quite inefficient, requests take > 5s.

The /search endpoint seems to be internal only, would it be possible to make this endpoint also publicly available to make third-party-integrations easier?

Hi @tk1, yes, we’ve been thinking about this and done some improvements there already but haven’t added it to the docs yet. Let me forward this to the responsible team to see where we stand on this.

1 Like

Hey @tk1 , we discussed this internally and will make the search- endpoint publicly accessible and add it to the developer docs. That will happen some time next week

@torben great news, thank you! :partying_face:

Would you mind tagging me here again when it’s publicly available? AFAIK there is still no feed/mailing list for such updates, right?

Hey @tk1, I’ll tag you here again when we made that change. For those smaller and more technical changes there would generally not be an update, you’re right.

1 Like

Hey @tk1 , we just made the search endpoint public. Have fun with the endpoint and using it in your Raycast extension.
Happy to assist if any questions occur!

Best Regards
Torben

Hey Torben,

great news, thank you very much!