Skip to main content
GET
/
api
/
skills
/
{skillId}
/
agents
cURL
curl -X GET "https://app.cotool.ai/api/skills/:skillId/agents" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "agentType": "response",
    "updatedAt": "<string>",
    "invocationCount30d": 123
  }
]

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

skillId
string<uuid>
required

Unique identifier for the skill

Response

200 - application/json

Successful response

id
string<uuid>
required

Unique identifier for the agent

name
string
required

Agent name

description
string
required

Agent description

agentType
enum<string>
required

Agent type

Available options:
response,
detection
updatedAt
string
required

Timestamp when the agent was last updated

invocationCount30d
number
required

How many times this skill was invoked by the agent in the last 30 days