cURL
curl --request GET \ --url https://api.webagent.cloud/tasks \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>" } ]
Retrieve all tasks for the authenticated user.
Returns a list of task templates with their IDs and names (first 50 chars of prompt).
Successful Response
The ID of the task
The name of the task