How I can get list of all tasks withtin tags?

How I can get lis of all tasks from “my_workspace” with list of tags?

Hi @Jack_Beilby and welcome to the forum!

To get all tasks in a specific project, use this endpoint:

To get all tasks in a workspace, you’ll need to use the Search API:

Regardless of which you use, in order to get a list of tags that are associated with each task, you’ll need to include the query parameter opt_fields=tags because tags is what’s known as an “opt in” property; for details on opt in properties, see: