---
title: "Get organization details"
method: GET
path: "/organizations/{id}"
tags: ["organizations"]
---

# Get organization details

`GET /organizations/{id}`

Get organization details

## Path parameters

- `id` string, required

## Response `200`

default response

- OrgDetailsResponse
  - `avatarUrl` string — URL that points to a small, graphical representation of an organization
  - `company` string — Company name
  - `created` string, date-time
  - `description` string — Short description of an organization.
  - `displayName` string — Human-readable organization name
  - `id` string, required — Organization agentid
  - `location` string — Company location
  - `summary` string — Details of an organization.
  - `updated` string, date-time
  - `website` string — Company website URL

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
