Skip to main content

Interface: GoalListOptions

Defined in: src/red-team/reports-client.ts:49

Goal list filter options.

Extends​

Properties​

skip?​

optional skip?: number;

Defined in: src/listing.ts:8

Number of records to skip from the start.

Inherited from​

RedTeamListOptions.skip

limit?​

optional limit?: number;

Defined in: src/listing.ts:10

Max records to return.

Inherited from​

RedTeamListOptions.limit

optional search?: string;

Defined in: src/listing.ts:12

Free-text search filter.

Inherited from​

RedTeamListOptions.search

goal_category?​

optional goal_category?: string;

Defined in: src/red-team/reports-client.ts:50


goal_type?​

optional goal_type?: string;

Defined in: src/red-team/reports-client.ts:51


status?​

optional status?: string;

Defined in: src/red-team/reports-client.ts:52


count?​

optional count?: boolean;

Defined in: src/red-team/reports-client.ts:53