get_org
Retrieve organization details including ID, name, tier, and your role. Accessible only to active members; non-members receive a 403 error.
Instructions
Read one organization (GET /orgs/v1/:org_id) — its org_id, display_name, tier, and your role. Any active member may read; a non-member (including a guessed id) gets the same non-revealing 403. Params: org_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | The org id, e.g. `org_...`. |