AgentsExecution
Executes an agent using its currently deployed revision with streaming output.
Returns results as Server-Sent Events (SSE) for real-time progress updates.
Path Parameters
agent*string
The unique identifier of the agent.
tenant*string
The tenant identifier
The execution parameters and inputs.
parameters?|null
attachments?|null
chatUser?
sessionId?string|null
environmentSlug?string|null
[key: string]?never
Response Body
curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string:stream" \ -H "Content-Type: application/json" \ -d '{}'Empty
Empty
Empty
Executes an agent using its currently deployed revision.
Runs the agent synchronously and returns the complete result.
Lists execution records for an agent.
Returns a paginated list of all executions, ordered by most recent first. Optionally filter by time range using the startTime and endTime parameters.