struct

Anthropic::ListParams

Inherits Struct < Value < Object

Parameters for list requests with pagination.

Constructors

new(limit : Int32 | Nil = nil, before_id : String | Nil = nil, after_id : String | Nil = nil)
Source

Instance methods

after_id
Source
before_id
Source
limit
Source
to_query_string

Builds query string for pagination parameters using query-component encoding.

Source