Skip to main content
GET
/
api
/
v1
/
taskos
/
task-types
/
{task_type}
/
agents
Task Type Agents
curl --request GET \
  --url https://api.example.com/api/v1/taskos/task-types/{task_type}/agents
[
  {
    "agent_slug": "<string>",
    "agent_name": "<string>",
    "proficiency": "<string>",
    "category": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

task_type
string
required

Response

Successful Response

agent_slug
string
required
agent_name
string
required
proficiency
string
required
category
string
required