> ## 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 related artifacts

> Read the typed relationships connected to one artifact.

# Get related artifacts

Find the Registry-namespaced tool whose source name is
`registry_get_related_artifacts` in `tools/list`. Use it when you already know
an artifact handle and need to see what it depends on, what follows it, its
alternatives, and the artifacts that point back to it.

* Inputs: required `artifact_id`; optional `session_id`; plus `rationale` when
  Gateway enables it.
* Handle format: `<kind>_<identifier>`, such as `skill_...`.
* Returns: the artifact's visible typed relationships in both directions.
* Effect: read only.

Use `registry_search_artifacts` first when you need to find the artifact.
