Get Artifact
deerflow_get_artifactFetch a single artifact file from a DeerFlow thread by thread ID and path; text-like files return inline content, binary files return a URL.
Instructions
Fetch a single artifact file from a DeerFlow thread. Text-like files (markdown, json, csv, plain text) are returned inline as content; binary files return a URL reference instead. Note: with a Personal Access Token this endpoint is not in the PAT route allowlist — an internal token is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The artifact path, as listed by deerflow_list_artifacts (e.g. 'mnt/user-data/outputs/report.md'). | |
| thread_id | Yes | The thread id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| note | No | ||
| path | Yes | ||
| content | No | ||
| content_type | Yes |