VersionListParams Class — anthropic-sdk-python Architecture
Architecture documentation for the VersionListParams class in version_list_params.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD ceda633d_ffa2_b7f8_1320_c43a43362caf["VersionListParams"] 0460fa86_3924_87db_1e90_97d81e2e07a0["version_list_params.py"] ceda633d_ffa2_b7f8_1320_c43a43362caf -->|defined in| 0460fa86_3924_87db_1e90_97d81e2e07a0
Relationship Graph
Source Code
src/anthropic/types/beta/skills/version_list_params.py lines 14–25
class VersionListParams(TypedDict, total=False):
limit: Optional[int]
"""Number of items to return per page.
Defaults to `20`. Ranges from `1` to `1000`.
"""
page: Optional[str]
"""Optionally set to the `next_page` token from the previous response."""
betas: Annotated[List[AnthropicBetaParam], PropertyInfo(alias="anthropic-beta")]
"""Optional header to specify the beta version(s) you want to use."""
Domain
Source
Frequently Asked Questions
What is the VersionListParams class?
VersionListParams is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/skills/version_list_params.py.
Where is VersionListParams defined?
VersionListParams is defined in src/anthropic/types/beta/skills/version_list_params.py at line 14.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free