List A/B variants
List A/B variants
Authentication
Path parameters
UUID of the agent. An unknown id or one from another workspace returns an empty list; a value that is not a UUID answers 400.
List A/B variants
UUID of the agent. An unknown id or one from another workspace returns an empty list; a value that is not a UUID answers 400.
Lists the agent’s live prompt variants, oldest first, with their raw counters. Deleted variants are
not returned. For conversion rates and confidence intervals use
GET /api/agents/{agentId}/ab-tests/results.
Returns an empty list — not 404 — when the agent does not exist in the workspace.
Consistency. Cached for up to 120 seconds; variant writes through this API clear it immediately, but counters updated by finished calls can take up to 120 seconds to show.
Access
read.Workspace API key: jl_ followed by 64 lowercase hex characters, created by the workspace owner in the
dashboard (Settings → API Keys) and sent as Authorization: Bearer jl_.... The plaintext is shown once,
at creation; Jelliu stores only a SHA-256 hash. A workspace can hold up to 25 active keys.
Operations restricted to admins or owners reject keys without the full scope with 403, and say so in
their description. No key, whatever its scope, can mint or revoke API keys or rotate a webhook secret —
that requires a signed-in owner session. A revoked key stops authenticating within about 10 seconds.
See Authentication.