Anthropic::BatchListResponse
Inherits JSON::Serializable < Struct < Value < Object
List response for batches
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
Auto-paginate through all batches
Returns an array of all batches across all pages
all_batches = client.messages.batches.list.auto_paging_all(client)
all_batches.each do |batch|
puts batch.id
end
data
Sourcefirst_id
Sourcehas_more?
Sourcelast_id
Source