Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Offset | optionalnullable.OptionalNullable[int64] | :heavy_minus_sign: | Number of records to skip for pagination | 0 |
Limit | *int64 | :heavy_minus_sign: | Maximum number of records to return (max 100) | 50 |
WorkspaceID | *string | :heavy_minus_sign: | Optional workspace ID to filter by. Defaults to the authenticated entity’s default workspace. | 550e8400-e29b-41d4-a716-446655440000 |
Provider | *operations.Provider | :heavy_minus_sign: | Optional provider slug to filter by (e.g. openai, anthropic, amazon-bedrock). | openai |