Get Organization
get_organizationRetrieve a federal organization's complete record including parent, immediate children, and full ancestor chain in a single call. Use for market research on agency hierarchies.
Instructions
Get one federal organization's full record, with its parent, immediate children, and full ancestor chain (root department down to immediate parent) all included in one call.
Market Research tool. This already includes what get_org_relationships would give
you separately, use this first; only call get_org_relationships if you want JUST
the children or JUST the ancestors without the rest of the record (a narrower,
cheaper call for e.g. listing every sub-agency of a department).
- organization_id: from list_organizations
Free tier. 404 if the organization_id doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |