veirox artifact

Inspect session artifacts

Synopsis

veirox artifact <subcommand> [args] [flags]

Description

Inspect session artifacts

Subcommands

CommandDescription
veirox artifact get <artifact-id>Show one artifact's metadata
veirox artifact listList artifacts

veirox artifact get <artifact-id>

Show one artifact's metadata

veirox artifact get 00000000-0000-4000-8000-000000000001

veirox artifact list

List artifacts

FlagTypeDefaultDescription
--conversation-idstringfilter by conversation uuid
--limitint0page size
--offsetint0pagination offset
--session-idstringfilter by session uuid
veirox artifact list --session-id <uuid>

Exit codes

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated — run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also