Get Organization
Retrieves detailed information about a specific organization.Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Required | Organization ID (prefix: org_) |
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique organization identifier |
name | string | Organization display name |
slug | string | URL-friendly unique identifier |
metadata | object | Custom JSON attributes |
createdAt | string | ISO 8601 creation timestamp |
updatedAt | string | ISO 8601 last update timestamp |
_count.docks | integer | Number of docks in organization |
_count.parties | integer | Number of parties in organization |
_count.machineClients | integer | Number of machine clients |
Error Handling
| Status | Condition |
|---|---|
401 | Missing or invalid API key |
404 | Organization not found or not accessible |
Related Endpoints
- List Organizations — View all organizations
- Create Organization — Create new organization
- List Docks — View docks in this organization
- List Parties — View parties in this organization