Returns a list of all saved tasks associated with the authenticated user. Each task includes its name, project, location, and instruction details.
cURL
curl --request GET \ --url https://browser.ai/api/v1/saved_tasks \ --header 'Authorization: <api-key>'
[ { "taskId": "<string>", "name": "<string>", "project": "<string>", "geoLocation": { "country": "<string>", "city": "<string>", "zipcode": "<string>" }, "type": "<string>", "cron_settings": "<string>", "instructions": [ { "action": "<string>" } ] } ]
Insert API token, use the format: apikey <API-TOKEN>.
apikey <API-TOKEN>
List of saved tasks
Show child attributes