Skip to main content

@dialstack/sdk / server / AIAgentListParams

Interface: AIAgentListParams

Defined in: sdk/src/server/index.ts:1461

Properties

ending_before?

TypeScript
optional ending_before?: string;

Defined in: sdk/src/server/index.ts:1476

Deprecated

The API accepts no bare cursor parameters — parseListParams reads only limit and page, and this value is discarded. Use page with the cursor from the previous response's next_page_url.


expand?

TypeScript
optional expand?: "extensions"[];

Defined in: sdk/src/server/index.ts:1478

Related resources to include inline. Supported values: extensions.


limit?

TypeScript
optional limit?: number;

Defined in: sdk/src/server/index.ts:1462


page?

TypeScript
optional page?: string;

Defined in: sdk/src/server/index.ts:1464

Opaque cursor from a previous response's next_page_url.


starting_after?

TypeScript
optional starting_after?: string;

Defined in: sdk/src/server/index.ts:1470

Deprecated

The API accepts no bare cursor parameters — parseListParams reads only limit and page, and this value is discarded. Use page with the cursor from the previous response's next_page_url.