GET
/
api
/
v1
/
task
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
}

Headers

authorization
string

This is your JWT tolen

x-api-key
string

A valid API key

Response

200 - application/json
200
tasks
object[]
required
success
boolean
required