Skip to main content
GET
/
api
/
v1
/
taskos
/
teams
/
{team_type}
/
capabilities
Team Capabilities
curl --request GET \
  --url https://api.example.com/api/v1/taskos/teams/{team_type}/capabilities
{
  "team_type": "<string>",
  "team_name": "<string>",
  "total_task_types": 123,
  "categories": {}
}

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

team_type
string
required

Response

Successful Response

Union of all team members' capabilities, grouped by category.

team_type
string
required
team_name
string
required
total_task_types
integer
required
categories
Categories · object
required