cURL
curl --request GET \ --url https://api.artosai.com/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "type": "<string>", "category": "<string>", "description": "<string>", "capabilities": [ "<string>" ], "output_formats": [ "<string>" ], "version": "<string>", "created_by": "<string>", "usage_count": 123, "last_used": "2023-11-07T05:31:56Z", "compatible_connectors": [ "<string>" ] }
Returns metadata about an agent. Only custom agents created by the user can be modified or deleted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent details