get_artifact
Retrieve the full content of a saved analysis or report by providing its artifact ID, session ID, and agent ID. Access completed work from another agent for review.
Instructions
Get the full content of a specific artifact. Retrieve saved analysis or report.
AUTOMATIC TRIGGERS - Call this when:
You have an artifact_id from list_artifacts or a message reference
Need to review another agent's completed work
Reading detailed analysis that was saved as an artifact
WORKFLOW POSITION: Call after finding the artifact_id from list_artifacts or messages.
PARAMETERS:
session_id: Session containing the artifact
artifact_id: ID of the artifact (e.g., "art_abcdef12")
agent_id: Your agent ID (must belong to the session)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| session_id | Yes | ||
| artifact_id | Yes |