Get Organization by ID
Organizations (Compatibility)
Get Organization by ID
Get canonical organization info by ID
GET
Get Organization by ID
Returns details for a single canonical organization by numeric ID. Use the optional
include parameter to embed recent radar and/or signal events in the same response.
When embedded radar or signal data is requested, Shoal prioritizes direct organization matches first and may also include strongly related context when it is clearly relevant.
Query Parameters
id(integer, required)include(string, optional) - Comma-separated list:radar,signal. Embeds recent events in the response.includeLimit(integer, optional, default: 5, max: 20) - Number of embedded events per type.
Request
cURL
Request with include
cURL
Response (200)
aliases is a small public hint set, not a full alias inventory.
Response with include (200)
Notes
- Organization IDs represent canonical organization profiles.
- Aliases resolve to the same canonical profile.
- Embedded radar and signal results may include closely related organization or asset context when it is strongly relevant to the requested organization.
Errors
- 400 if
idmissing - 500 on internal server error