veirox artifact
Inspect session artifacts
Synopsis
veirox artifact <subcommand> [args] [flags]
Description
Inspect session artifacts
Subcommands
| Command | Description |
|---|---|
veirox artifact get <artifact-id> | Show one artifact's metadata |
veirox artifact list | List artifacts |
veirox artifact get <artifact-id>
Show one artifact's metadata
veirox artifact get 00000000-0000-4000-8000-000000000001
veirox artifact list
List artifacts
| Flag | Type | Default | Description |
|---|---|---|---|
--conversation-id | string | — | filter by conversation uuid |
--limit | int | 0 | page size |
--offset | int | 0 | pagination offset |
--session-id | string | — | filter by session uuid |
veirox artifact list --session-id <uuid>
Exit codes
| Code | Meaning |
|---|---|
0 | Success. |
1 | Generic error (network, API 5xx). |
2 | Validation error (bad flag, missing required arg). |
3 | Unauthenticated — run veirox login or set VEIROX_API_KEY. |
4 | Not found (resource does not exist in this project). |
5 | Permission denied (your role / API key lacks the scope). |