API ReferenceAgent Tasks
/api/v1/agent-tasks/{id}
API documentation for /api/v1/agent-tasks/{id}
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Get your API key from the dashboard.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X GET "https://loading/api/v1/api/v1/agent-tasks/string"{
"id": "string",
"title": "string",
"description": "string",
"status": "string",
"priority": "string",
"createdAt": "string",
"completedAt": "string",
"result": "string"
}{
"defined": true,
"code": "UNAUTHORIZED",
"status": 401,
"message": "Unauthorized",
"data": {
"error": "string"
}
}{
"defined": true,
"code": "NOT_FOUND",
"status": 404,
"message": "Not Found",
"data": {
"error": "string"
}
}