cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/task \ --header 'anchor-api-key: <api-key>'
{}
Retrieves a paginated list of all tasks for the authenticated team. Tasks are returned with their latest version information and metadata.
If you are using the new Task Builder, see the non-deprecated Tasks endpoints in this API reference.
API key passed in the header
Page number
^[1-9]\d*$
Number of tasks per page
List of tasks retrieved successfully
Show child attributes
Was this page helpful?