JavaScript
Beta - Entities
Get a single entity by ID
Retrieves a single entity for the given customer by its identifier.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Server API Key
Path Parameters
The customer identifier (owner) the entity belongs to
Required string length:
1 - 255Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_|.@-]*$The entity identifier (refId)
Required string length:
1 - 255Response
The requested entity object.
Response object
A stored entity instance tracked by the governance service for a given customer
