Get Tool Output
Retrieve cached tool output data by cache key.
This endpoint allows users to fetch complete, untruncated tool outputs that were cached during tool execution.
Requires READ permission on ANALYSIS resources.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Cache key for the tool output
Query Parameters
Thread ID for S3 cache lookup (optional)
Response
Successful Response
Cached tool output payload
Cache key used to retrieve the tool output
Timestamp when the output was cached, if available
Generated code associated with the cached output, if available
Language for the generated code, if available
Tool inputs captured alongside the cached output, if available