Create a Message Batch
Send a batch of Message creation requests.
The Message Batches API can be used to process multiple Messages API requests at once. Once a Message Batch is created, it begins processing immediately. Batches can take up to 24 hours to complete.
Learn more about the Message Batches API in our user guide
Headers
The version of the Claude API you want to use.
Read more about versioning and our version history here.
The version of the Claude API you want to use.
Read more about versioning and our version history here.
The user profile ID to attribute the requests in this batch to. Use when acting on behalf of a party other than your organization. Requires the user-profiles beta header. Applies to every request in the batch; an individual request whose user_profile_id body field conflicts with this header is errored.
The user profile ID to attribute the requests in this batch to. Use when acting on behalf of a party other than your organization. Requires the user-profiles beta header. Applies to every request in the batch; an individual request whose user_profile_id body field conflicts with this header is errored.
Request body
Example request
{
"requests": [
{
"custom_id": "my-custom-id-1",
"params": {
"max_tokens": 1024,
"messages": [
{
"content": "Hello, world",
"role": "user"
}
],
"model": "claude-opus-5"
}
}
]
}Response
Successful Response
Example response
{
"archived_at": "2024-08-20T18:37:24.100435Z",
"cancel_initiated_at": "2024-08-20T18:37:24.100435Z",
"created_at": "2024-08-20T18:37:24.100435Z",
"ended_at": "2024-08-20T18:37:24.100435Z",
"expires_at": "2024-08-20T18:37:24.100435Z",
"id": "msgbatch_013Zva2CMHLNnXjNJJKqJ2EF",
"processing_status": "in_progress",
"request_counts": {
"canceled": 10,
"errored": 30,
"expired": 10,
"processing": 100,
"succeeded": 50
},
"results_url": "https://api.anthropic.com/v1/messages/batches/msgbatch_013Zva2CMHLNnXjNJJKqJ2EF/results"
}Changes
Changed in 23 of the 68 revisions of this API.123149
- ●
removed the request property
requests/items/params/tools/items/oneOf[subschema #7: BrowserToolset_20260801]/allowed_callersrequest-property-removed
- ●
removed the request property
requests/items/params/tools/items/oneOf[subschema #9: ComputerToolset_20260801]/allowed_callersrequest-property-removed
- ○
added
subschema #2subschema #3to therequests/items/params/modelrequest propertyanyOflistrequest-property-any-of-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional request property
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #11: RequestWebFetchToolResultBlock]/content/anyOf[subschema #2: RequestWebFetchResultBlock]/content/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/transformationsnew-optional-request-property
- ○
added the new optional request property
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #2: RequestImageBlock]/transformationsnew-optional-request-property
- ○
added the new optional request property
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/transformationsnew-optional-request-property
- ○
added the new optional request property
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #7: RequestToolUseBlock]/toolset_namenew-optional-request-property
- ○
added the new optional request property
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #2: RequestImageBlock]/transformationsnew-optional-request-property
- ○
added the new optional request property
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/transformationsnew-optional-request-property
- ○
added the new optional request property
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/toolset_namenew-optional-request-property
- ○
added
ContainerParamsto therequests/items/params/containerrequest propertyanyOflistrequest-property-any-of-added
- ○
added
browser_statediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/request propertyrequest-property-discriminator-mapping-added
- ○
added
filediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #11: RequestWebFetchToolResultBlock]/content/anyOf[subschema #2: RequestWebFetchResultBlock]/content/sourcerequest propertyrequest-property-discriminator-mapping-added
- ○
added
filediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #11: RequestWebFetchToolResultBlock]/content/anyOf[subschema #2: RequestWebFetchResultBlock]/content/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyrequest-property-discriminator-mapping-added
- ○
added
filediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyrequest-property-discriminator-mapping-added
- ○
added
filediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestDocumentBlock]/sourcerequest propertyrequest-property-discriminator-mapping-added
- ○
added
filediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyrequest-property-discriminator-mapping-added
- ○
added
filediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyrequest-property-discriminator-mapping-added
- ○
added
filediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestDocumentBlock]/sourcerequest propertyrequest-property-discriminator-mapping-added
- ○
added
filediscriminator mapping keys to therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyrequest-property-discriminator-mapping-added
- ○
added
BrowserToolset_20260801ComputerToolset_20260801to therequests/items/params/tools/items/request propertyoneOflistrequest-property-one-of-added
- ○
added
FileDocumentSourceto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #11: RequestWebFetchToolResultBlock]/content/anyOf[subschema #2: RequestWebFetchResultBlock]/content/sourcerequest propertyoneOflistrequest-property-one-of-added
- ○
added
FileDocumentSourceto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestDocumentBlock]/sourcerequest propertyoneOflistrequest-property-one-of-added
- ○
added
FileDocumentSourceto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestDocumentBlock]/sourcerequest propertyoneOflistrequest-property-one-of-added
- ○
added
FileImageSourceto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #11: RequestWebFetchToolResultBlock]/content/anyOf[subschema #2: RequestWebFetchResultBlock]/content/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyoneOflistrequest-property-one-of-added
- ○
added
FileImageSourceto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyoneOflistrequest-property-one-of-added
- ○
added
FileImageSourceto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyoneOflistrequest-property-one-of-added
- ○
added
FileImageSourceto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyoneOflistrequest-property-one-of-added
- ○
added
FileImageSourceto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #2: RequestImageBlock]/sourcerequest propertyoneOflistrequest-property-one-of-added
- ○
added
RequestBrowserStateBlockto therequests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/request propertyoneOflistrequest-property-one-of-added
- ○
- ▲
removed
RequestMidConvSystemBlockfrom therequests/items/params/messages/items/content/anyOf[subschema #2]/items/request propertyoneOflistrequest-property-one-of-removed
- ○
removed
mid_conv_systemdiscriminator mapping keys from therequests/items/params/messages/items/content/anyOf[subschema #2]/items/request propertyrequest-property-discriminator-mapping-deleted
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #11: RequestWebFetchToolResultBlock]/content/anyOf[subschema #2: RequestWebFetchResultBlock]/content/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #11: RequestWebFetchToolResultBlock]/content/anyOf[subschema #2: RequestWebFetchResultBlock]/content/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #11: RequestWebFetchToolResultBlock]/content/anyOf[subschema #2: RequestWebFetchResultBlock]/content/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #17: RequestMidConvSystemBlock]/content/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #17: RequestMidConvSystemBlock]/content/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #17: RequestMidConvSystemBlock]/content/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestSearchResultBlock]/content/items/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestSearchResultBlock]/content/items/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestSearchResultBlock]/content/items/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestSearchResultBlock]/content/items/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestSearchResultBlock]/content/items/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #3: RequestSearchResultBlock]/content/items/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/messages/items/content/anyOf[subschema #2]/items/oneOf[subschema #8: RequestToolResultBlock]/content/anyOf[subschema #2]/items/oneOf[subschema #4: RequestDocumentBlock]/source/oneOf[subschema #3: ContentBlockSource]/content/anyOf[subschema #2: content_block_source_content]/items/oneOf[subschema #1: RequestTextBlock]/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/system/anyOf[subschema #2]/items/citations/anyOf[subschema #1]/items/oneOf[subschema #1: RequestCharLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/system/anyOf[subschema #2]/items/citations/anyOf[subschema #1]/items/oneOf[subschema #2: RequestPageLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
the
requests/items/params/system/anyOf[subschema #2]/items/citations/anyOf[subschema #1]/items/oneOf[subschema #3: RequestContentBlockLocationCitation]/document_title/anyOf[subschema #1]/request property's maxLength was increased from255to500request-property-max-length-increased
- ○
- ▲
removed
subschema #17subschema #18from therequests/items/params/modelrequest propertyanyOflistrequest-property-any-of-removed
- ▲
- ▲
removed
subschema #5subschema #6subschema #8subschema #12subschema #13subschema #16subschema #17from therequests/items/params/modelrequest propertyanyOflistrequest-property-any-of-removed
- ○
added
subschema #5subschema #6subschema #7subschema #9subschema #13subschema #14subschema #17subschema #18to therequests/items/params/modelrequest propertyanyOflistrequest-property-any-of-added
- ▲
- ○
added
subschema #2to therequests/items/params/modelrequest propertyanyOflistrequest-property-any-of-added
- ○
- ○
added
WebSearchTool_20260318WebFetchTool_20260318to therequests/items/params/tools/items/request propertyoneOflistrequest-property-one-of-added
- ○
- ○
added the new optional
headerrequest parameteranthropic-user-profile-idnew-optional-request-parameter
- ○
- ▲
removed
subschema #17subschema #18subschema #19subschema #20subschema #21from therequests/items/params/modelrequest propertyanyOflistrequest-property-any-of-removed
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #10: WebSearchTool_20250305 -> subschema #11: WebSearchTool_20250305]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #11: WebFetchTool_20250910 -> subschema #12: WebFetchTool_20250910]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #12: WebSearchTool_20260209 -> subschema #13: WebSearchTool_20260209]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #13: WebFetchTool_20260209 -> subschema #14: WebFetchTool_20260209]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #14: WebFetchTool_20260309 -> subschema #15: WebFetchTool_20260309]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #15: ToolSearchToolBM25_20251119 -> subschema #16: ToolSearchToolBM25_20251119]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #16: ToolSearchToolRegex_20251119 -> subschema #17: ToolSearchToolRegex_20251119]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #1: Tool]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #2: BashTool_20250124]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #3: CodeExecutionTool_20250522]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #4: CodeExecutionTool_20250825]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #5: CodeExecutionTool_20260120]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #6: MemoryTool_20250818 -> subschema #7: MemoryTool_20250818]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #7: TextEditor_20250124 -> subschema #8: TextEditor_20250124]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #8: TextEditor_20250429 -> subschema #9: TextEditor_20250429]/allowed_callers/items/request-property-enum-value-added
- ○
added the new
code_execution_20260521enum value to the request propertyrequests/items/params/tools/items/oneOf[subschema #9: TextEditor_20250728 -> subschema #10: TextEditor_20250728]/allowed_callers/items/request-property-enum-value-added
- ○
added
CodeExecutionTool_20260521to therequests/items/params/tools/items/request propertyoneOflistrequest-property-one-of-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲