list_claude_batches | R Documentation |
Retrieves batch request details from the Claude API.
list_claude_batches(
.api_url = "https://api.anthropic.com/",
.limit = 20,
.max_tries = 3,
.timeout = 60
)
.api_url |
Base URL for the Claude API (default: "https://api.anthropic.com/"). |
.limit |
Maximum number of batches to retrieve (default: 20). |
.max_tries |
Maximum retry attempts for requests (default: 3). |
.timeout |
Request timeout in seconds (default: 60). |
A tibble with batch details: batch ID, status, creation time, expiration time, and request counts (succeeded, errored, expired, canceled).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.