> ## Documentation Index
> Fetch the complete documentation index at: https://platform.atlan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get artifact relationships

> Inspect the exact graph edges connected to an artifact.

# `registry__get_relationships`

Return the incoming and outgoing graph edges for one known artifact.

* Inputs: required artifact `id`.
* Returns: `{outgoing, incoming, count}`. Each edge includes its relationship
  type, direction, status, provenance, attributes, and the artifact at the
  other end.
* Effect: read only.

Use `registry__search` with `strategy: "group"` to discover a ranked graph
neighbourhood from a query. Use this tool when you need the exact unranked edges
for a known artifact.
