GET
api.getgalaxy.io /v1/entities/{type}/{id}
Get an entity
Retrieves a single resolved entity by type and ID. Use the `include` parameter to fetch connections, provenance, or lineage in the same call.
Path parameters
type string required
Entity type — Company, Person, Product, etc.
id string required
Resolved entity ID or slug.
Query parameters
include array
Comma-separated: connections, provenance, lineage.
format string
Response format — json (default) or yaml.
Responses
200 OK Entity object
401 Unauthorized Missing or invalid API key
404 Not found No entity matched type/id