Search Messages
Search messages across the entire organization with optional project and template filtering. Returns messages with FTS/vector ranks and total RRF score.
This is a cloud-only feature.
Request body
Response
Successful Response
Example response
[
{
"message": {
"id": "message-123e4567-e89b-12d3-a456-426614174000"
}
}
]Changes
Changed in 5 of the 36 revisions of this API.17
- ○
added the optional property
items/message/tool_returns/anyOf[subschema #1]/items/func_responseto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/message/tool_returns/anyOf[subschema #1]/items/tool_call_idto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/message/content/anyOf[subschema #1]/items/oneOf[subschema #1: TextContent]/signatureto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/message/content/anyOf[subschema #1]/items/oneOf[subschema #3: ToolCallContent]/signatureto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/message/content/anyOf[subschema #1]/items/oneOf[subschema #7: OmittedReasoningContent]/signatureto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/message/run_idto the response with the200statusresponse-optional-property-added
- ○
- ▲
added
SummarizedReasoningContentto theitems/message/content/anyOf[subschema #1]/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added
summarized_reasoningdiscriminator mapping keys to theitems/message/content/anyOf[subschema #1]/items/response property for the response status200response-property-discriminator-mapping-added
- ▲