artifact_manage
Manage experiment and workflow artifacts in FleetQ by listing, retrieving, downloading, or accessing content for specific versions.
Instructions
Manage experiment/workflow artifacts. Actions: list (experiment_id or project_run_id), get (artifact_id), content (artifact_id, version), download (artifact_id — returns download URL).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: list, get, content, download | |
| experiment_id | No | Filter by experiment UUID | |
| crew_execution_id | No | Filter by crew execution UUID | |
| project_run_id | No | Filter by project run UUID | |
| limit | No | Max results (default 20, max 100) | |
| artifact_id | Yes | The artifact UUID | |
| version | No | Specific version number (default: latest) | |
| include_content | No | Include full content in response (default true). Set false for metadata only. |