@dialstack/sdk-dev / server/src / AIAgentListParams
Interface: AIAgentListParams
Defined in: sdk/server/src/index.ts:1478
Properties
ending_before?
optional ending_before?: string;
Defined in: sdk/server/src/index.ts:1493
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?
optional expand?: "extensions"[];
Defined in: sdk/server/src/index.ts:1495
Related resources to include inline. Supported values: extensions.
limit?
optional limit?: number;
Defined in: sdk/server/src/index.ts:1479
page?
optional page?: string;
Defined in: sdk/server/src/index.ts:1481
Opaque cursor from a previous response's next_page_url.
starting_after?
optional starting_after?: string;
Defined in: sdk/server/src/index.ts:1487
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.