Get a list of tasks
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
}
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
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
}
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
}