Home / Class/ BatchListParams Class — anthropic-sdk-python Architecture

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
  8ba174c7_6824_0aef_ed63_e550df3a3a16["BatchListParams"]
  dce92c52_3025_74b0_6e9d_c5413e4e460c["batch_list_params.py"]
  8ba174c7_6824_0aef_ed63_e550df3a3a16 -->|defined in| dce92c52_3025_74b0_6e9d_c5413e4e460c

Relationship Graph

Source Code

src/anthropic/types/messages/batch_list_params.py lines 10–27

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`.
    """

Frequently Asked Questions

What is the BatchListParams class?
BatchListParams is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/messages/batch_list_params.py.
Where is BatchListParams defined?
BatchListParams is defined in src/anthropic/types/messages/batch_list_params.py at line 10.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free