Retrieve a single role by ID, including its capabilities and current member count.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/roles/{role_id}
organization_id string required
Organization ID (org_ prefixed string).
role_id string required
Role ID (role_ prefixed string).
A role object with capabilities array, member_count, is_system_role flag, and knowledge_slice_ids.
cURL
- Bash
- Python
- Python
- JavaScript
curl "https://api.aitronos.com/v1/organizations/org_abc123/roles/role_xyz789" \
-H "Authorization: Bearer $ACCESS_TOKEN"