> ## 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 an artifact

> Fetch one artifact by ID.

# `registry__get_artifact`

Fetch one artifact when you already know its ID.

* Inputs: required `id`; optional `content` to include a skill's `SKILL.md`, or
  `path` to return a specific skill file.
* Returns: the artifact view and metadata. Skill content is included only when
  requested.
* Effect: read only.

Use `registry__search` first when you have a name or description instead of an
ID. Use `registry__get_relationships` to inspect its incoming and outgoing
edges.
