---
title: "Get Organization"
method: GET
path: "/v1/accounts/{account_id}/organizations/{id}"
tags: ["Reseller"]
---

# Get Organization

`GET /v1/accounts/{account_id}/organizations/{id}`

Shows details on a single Organization associated with your account.

## Path parameters

- `account_id` integer, required
- `id` integer, required

## Response `200`

Get Organization

- object
  - `organization` OrganizationWithActualProductUsages — OrganizationWithActualProductUsages model
    - `id` integer — A Huntress-unique identifier for the organization.
    - `agents_count` integer — Number of all agents for the organization.
    - `account_id` integer — The unique identifier of the account associated with the organization.
    - `created_at` string, date-time — A timestamp for when the organization was created, formatted as per ISO-8601.
    - `incident_reports_count` integer — Number of incident reports for the organization.
    - `key` string — The subdomain associated with the organization.
    - `logs_sources_count` integer — Number of SIEM log sources that are billable and eligible for billing.
    - `identity_provider_tenant_id` string — The Identity Provider Tenant ID associated with the organization
    - `billable_identity_count` integer — Number of billable identities for the organization.
    - `name` string — The public facing name for this organization.
    - `report_recipients` string[] — A list of emails Huntress is configured to send notification emails for the organization.
    - `sat_learner_count` integer — Number of SAT learners.
    - `updated_at` string, date-time — A timestamp for when the organization was updated, formatted as per ISO-8601.
    - `actual_usages` string — Actual usage metrics for the organization's active products, broken down by product type. **NOTE:** log usage data has a max retention of 90 days.

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

[API](https://skmtc.net/huntress/apis/huntress-api-reference.md) · [All operations](https://skmtc.net/huntress/apis/huntress-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huntress/huntress-api-reference/revisions/94acb422c07d/schema)
