API referenceAgent spec
Get Agent Spec execution results
Retrieve the final results of a completed Agent Spec execution. Returns null/404 if the execution is still running or was cancelled.
AuthorizationBearer <token>
JWT token for authentication
In: header
Path Parameters
id*string
Execution ID from the runtime
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/agentspec/executions/string/results"{ "response": "The weather today is sunny with a high of 72°F.", "confidence": 0.95}Execute an Agent Spec flow POST
Submit an Agent Spec flow for execution on the configured runtime (WayFlow, PyAgentSpec, or other compatible runtimes). The flow is posted as Agent Spec JSON. The runtime returns an execution ID for tracking progress via polling or WebSocket.
Get Agent Spec execution status GET
Retrieve the current status and per-node execution info for a running or completed Agent Spec execution.