curl --request GET \
--url https://api.avala.ai/api/v1/agents/{uid}/ \
--header 'X-Avala-Api-Key: <api-key>'{
"uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"events": [
"<string>"
],
"callback_url": "<string>",
"is_active": true,
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"task_types": [
"<string>"
],
"execution_stats": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}GET /api/v1/agents//
curl --request GET \
--url https://api.avala.ai/api/v1/agents/{uid}/ \
--header 'X-Avala-Api-Key: <api-key>'{
"uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"events": [
"<string>"
],
"callback_url": "<string>",
"is_active": true,
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"task_types": [
"<string>"
],
"execution_stats": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}API key for authentication. Generate one in Mission Control Settings > Security & Identity.
11List of event types this agent subscribes to, e.g. ['task.completed', 'result.submitted'].
1 - 1001If non-empty, only events for tasks of these types will trigger the agent.
1 - 50Was this page helpful?