Retrieve the expected output schema for a specific tool in the agent graph.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the graph node to retrieve tool output schema for
"123e4567-e89b-12d3-a456-426614174000"
Tool output schema retrieved successfully
The unique identifier for this output parameter configuration
"123e4567-e89b-12d3-a456-426614174000"
The name of the output parameter as defined in the tool response schema
"email_id"
The unique identifier of the agent tool configuration this output parameter belongs to
"123e4567-e89b-12d3-a456-426614174000"
The data type of this output parameter (e.g., string, number, boolean, object, array)
string, number, boolean, object, enum "string"
Indicates whether this output parameter is an array of values rather than a single value
false
Additional type-specific configuration options for this output parameter (e.g., validation rules, formatting options)
{ "enumValues": ["a", "b", "c"] }Timestamp when this output parameter configuration was created
"2024-01-15T10:30:00Z"
Timestamp when this output parameter configuration was last updated
"2024-01-20T15:45:00Z"
The position or order of this parameter in the tool output structure
1
A human-readable description of what this output parameter represents and how it should be used
"The unique identifier of the sent email message"
The unique identifier of the parent parameter if this is a nested output parameter (for object or array types)
"123e4567-e89b-12d3-a456-426614174001"
The dot-notation path to this parameter in the tool output structure (e.g., "response.data.email_id")
"response.data.email_id"
An example value for this output parameter to illustrate the expected format and content
"msg_abc123xyz"