cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/task/{taskId}/versions \ --header 'anchor-api-key: <api-key>'
{ "data": { "taskId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "versions": [ { "version": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>" } ] } }
Retrieves all versions of a specific task, including draft and published versions.
If you are using the new Task Builder, see the Tasks V2 endpoints in this API reference.
API key passed in the header
The ID of the task
Task versions retrieved successfully
Show child attributes
Was this page helpful?