session-download
Download specific artifacts from sessions by storage key. Retrieves base64-encoded PDFs, documents, and images or plain text for generated resumes, cover letters, and files.
Instructions
Download a specific artifact from a session by its storage key. Returns base64-encoded content for binary files (PDF, DOCX, images) or plain text for text files. Use this to retrieve individual generated files like a rendered PDF resume or cover letter. Get artifact keys from session-hydrate first. Read-only, no side effects. Requires scope: sessions:read. For downloading by storage path instead of session context, use document-download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Session ID | |
| key | Yes | Artifact storage key from session hydration |