Skip to content
Last updated

Retrieve a single role by ID, including its capabilities and current member count.

GEThttps://api.aitronos.com/v1/organizations/{organization_id}/roles/{role_id}

Path Parameters

organization_id string required

Organization ID (org_ prefixed string).

role_id string required

Role ID (role_ prefixed string).


Returns

A role object with capabilities array, member_count, is_system_role flag, and knowledge_slice_ids.

cURL
curl "https://api.aitronos.com/v1/organizations/org_abc123/roles/role_xyz789" \
  -H "Authorization: Bearer $ACCESS_TOKEN"