List related sips
Returns sips linked to the supplied UUIDs through the requested relationship. With response_type=text, each related sip is rendered as a flat plain-text digest (field-per-line) instead of a JSON object — same data, fewer tokens for MCPs and AI agents.
path Parameters
relationshipRelationship to traverse
query Parameters
idsSource sip UUIDs (RFC 4122), e.g. b07049b5-54c0-50b0-a620-d3aea3f8a173
response_typeOutput format: json (default) returns a JSON array of flattened digests; text returns the same data as flat plain text without JSON syntax (lower token cost for MCPs and AI agents)
limitPage size
offsetPagination offset
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List related sips › Responses
JSON array of flattened related-sip digests when response_type=json (default); plain-text related-sip digests when response_type=text
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = object |
idSip UUID (RFC 4122).
createdCreation timestamp of the sip.
briefingConcise summary of the event.
event_typeCategory or classification of the event.
impact_levelAssessed impact severity.
future_outlookForward-looking assessment of likely developments.
actionsMicro actions or developments that compose the event.
cross_domain_impactsEffects spanning multiple domains or sectors.
peoplePeople mentioned or involved in the event.
regionsGeographic regions associated with the event.
tagsScalar tags for filtering and discovery.

