curl --request GET \
--url https://api.avala.ai/api/v1/organizations/{slug}/teams/{team_slug}/ \
--header 'X-Avala-Api-Key: <api-key>'{
"name": "<string>",
"slug": "<string>",
"uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"color": "<string>",
"organization_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_name": "<string>",
"organization_slug": "<string>",
"member_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Retrieve team details (members only).
curl --request GET \
--url https://api.avala.ai/api/v1/organizations/{slug}/teams/{team_slug}/ \
--header 'X-Avala-Api-Key: <api-key>'{
"name": "<string>",
"slug": "<string>",
"uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"description": "<string>",
"color": "<string>",
"organization_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_name": "<string>",
"organization_slug": "<string>",
"member_count": 123,
"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.
1 - 2551 - 255^[-a-zA-Z0-9_]+$1024Hex color code for the team (e.g., '#6366F1').
1 - 711Number of members in the team
Was this page helpful?