HomeReferenceCommand Lineaibridge interceptions list

aibridge interceptions list

List AIBridge interceptions as JSON.

Usage

coder aibridge interceptions list [flags]

Options

--initiator

Typestring

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

--started-before

Typestring

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

Typestring

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

Typestring

Only return interceptions from this provider.

--model

Typestring

Only return interceptions from this model.

--after-id

Typestring

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

--limit

Typeint
Default100

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