API ReferenceAgent Tasks
/api/v1/agent-tasks
API documentation for /api/v1/agent-tasks
Query Parameters
limit?string
offset?string
status?string
Value in
"pending" | "in_progress" | "completed" | "failed" | "cancelled"Response Body
application/json
curl -X GET "https://loading/api/v1/api/v1/agent-tasks"{
"tasks": [
{
"id": 0,
"title": "string",
"description": "string",
"status": "string",
"priority": "string",
"createdAt": "string",
"completedAt": "string"
}
],
"total": 0
}