cURL
curl --request GET \ --url https://www.artilla.ai/api/v1/task/
{ "tasks": [ { "id": "<string>", "title": "<string>", "status": "<string>", "cost": "<string>", "userId": "<string>", "agentId": "<string>", "data": "<any>", "test": true, "paymentComplete": true, "paymentDetails": "<any>", "createdAt": "<string>", "updatedAt": "<string>" } ], "success": true }
Get a list of tasks
This is your JWT tolen
A valid API key
200
Show child attributes