Files
coder/docs/reference/cli/aibridge_interceptions_list.md
T
Paweł Banaszewski 90c11f3386 feat: add client column to aibridge_interceptions table (#21839)
Adds `client` column to `aibridge_interceptions` table. It is set accordingly to what is passed from AI Bridge in `RecordInterception`.
Adds interception filtering by `client` value.

Depends on: https://github.com/coder/aibridge/pull/158
Updates aibridge library to include this change.

Fixes: https://github.com/coder/aibridge/issues/31
2026-02-17 15:43:02 +01:00

1.8 KiB
Generated

aibridge interceptions list

List AI Bridge interceptions as JSON.

Usage

coder aibridge interceptions list [flags]

Options

--initiator

Type string

Only return interceptions initiated by this user. Accepts a user ID, username, or "me".

--started-before

Type string

Only return interceptions started before this time. Must be after 'started-after' if set. Accepts a time in the RFC 3339 format, e.g. "2006-01-02T15:04:05Z07:00".

--started-after

Type string

Only return interceptions started after this time. Must be before 'started-before' if set. Accepts a time in the RFC 3339 format, e.g. "2006-01-02T15:04:05Z07:00".

--provider

Type string

Only return interceptions from this provider.

--model

Type string

Only return interceptions from this model.

--client

Type string

Only return interceptions from this client.

--after-id

Type string

The ID of the last result on the previous page to use as a pagination cursor.

--limit

Type int
Default 100

The limit of results to return. Must be between 1 and 1000.