AgentsRevisions
Gets the execution parameters for an agent.
Returns the parameters required to execute the agent, including input schema, default values, and validation rules.
Path Parameters
agent*string
The unique identifier of the agent.
tenant*string
The tenant identifier
revision*string
The revision identifier
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/revisions/string:parameters"{
"parameters": [
"string"
]
}Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}