Overflow envelope returned when a fields projection still exceeds the size limit.
optionalcontent_schema?:Record<string,unknown>
JSON Schema describing the structure of the full content. Helps the agent understand the data shape without downloading.
ExecuteResultTruncated.content_schema
full_content_file_url:
string
URL to download the complete result file. Valid for 120 minutes.
ExecuteResultTruncated.full_content_file_url
optionalmessage?:string
Explanation message about the truncation
ExecuteResultTruncated.message
respond_with:
`fields:${string}`
truncated_content:
string
The initial portion of the response (max_response_size bytes). Useful for previewing the data structure.
ExecuteResultTruncated.truncated_content
Was this page helpful?