---
title: "Get organization details"
method: GET
path: "/org"
tags: ["Organization"]
---

# Get organization details

`GET /org`

## Response `200`

organization details

- Organization
  - `id` string, uuid, required
  - `created_at` integer
  - `updated_at` integer
  - `client_id` string, uuid
  - `download_token` string
  - `download_token_created_at` integer
  - `permanent` boolean
  - `name` string, required
  - `description` string
  - `inactive` boolean
  - `deactivated_at` integer
  - `service_count` integer
  - `service_count_tcp` integer
  - `service_count_udp` integer
  - `service_count_arp` integer
  - `service_count_icmp` integer
  - `asset_count` integer
  - `export_token` string
  - `export_token_created_at` integer
  - `export_token_last_used_at` integer
  - `export_token_last_used_by` string
  - `export_token_counter` integer
  - `project` boolean
  - `parent_id` string, uuid
  - `expiration_assets_stale` integer
  - `expiration_assets_offline` integer
  - `expiration_scans` integer

## Other responses

- `401` — Access token is missing or invalid

## Changes

- **2021-02-05** `e1525053d811` — 5 info
  - added the optional property `expiration_assets_offline` to the response with the `200` status
  - added the optional property `expiration_assets_stale` to the response with the `200` status
  - added the optional property `expiration_scans` to the response with the `200` status
  - added the optional property `parent_id` to the response with the `200` status
  - …1 more
- **2020-02-10** `1982af32482c` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2020-01-16** `0cd287ac6169` — 13 breaking
  - the `asset_count` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `created_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `deactivated_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - the `download_token_created_at` response's property type/format changed from `integer`/`int64` to `number`/`int64` for status `200`
  - …9 more

[Change history](https://skmtc.dev/rumble/apis/rumble-api-deprecated/changes/org/get.md)

---

[API](https://skmtc.dev/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.dev/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/revisions/7c193c1fcd5c/schema)
