BatchListParams Class — anthropic-sdk-python Architecture
Architecture documentation for the BatchListParams class in batch_list_params.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD e4e7d62f_edfc_0c96_47c2_814c5e8e030b["BatchListParams"] 54b263e5_0000_9711_6942_ba85b2543a34["batch_list_params.py"] e4e7d62f_edfc_0c96_47c2_814c5e8e030b -->|defined in| 54b263e5_0000_9711_6942_ba85b2543a34
Relationship Graph
Source Code
src/anthropic/types/beta/messages/batch_list_params.py lines 14–34
class BatchListParams(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
Source
Frequently Asked Questions
What is the BatchListParams class?
BatchListParams is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/messages/batch_list_params.py.
Where is BatchListParams defined?
BatchListParams is defined in src/anthropic/types/beta/messages/batch_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