FileListParams Class — anthropic-sdk-python Architecture
Architecture documentation for the FileListParams class in file_list_params.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 77b1f62d_a15c_42ae_0982_ba40022c2241["FileListParams"] 837a3910_22c9_b6ac_df69_17eba64a0a99["file_list_params.py"] 77b1f62d_a15c_42ae_0982_ba40022c2241 -->|defined in| 837a3910_22c9_b6ac_df69_17eba64a0a99
Relationship Graph
Source Code
src/anthropic/types/beta/file_list_params.py lines 14–34
class FileListParams(TypedDict, total=False):
after_id: str
"""ID of the object to use as a cursor for pagination.
When provided, returns the page of results immediately after this object.
"""
before_id: str
"""ID of the object to use as a cursor for pagination.
When provided, returns the page of results immediately before this object.
"""
limit: int
"""Number of items to return per page.
Defaults to `20`. Ranges from `1` to `1000`.
"""
betas: Annotated[List[AnthropicBetaParam], PropertyInfo(alias="anthropic-beta")]
"""Optional header to specify the beta version(s) you want to use."""
Domain
Defined In
Source
Frequently Asked Questions
What is the FileListParams class?
FileListParams is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/file_list_params.py.
Where is FileListParams defined?
FileListParams is defined in src/anthropic/types/beta/file_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