API referenceAgent spec
Check Agent Spec runtime health
Verify that the configured Agent Spec runtime is available and responding. Used to check connectivity before execution.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/agentspec/health"{ "status": "healthy", "version": "1.0.0", "runtime": "wayflow"}Get Agent Spec execution status GET
Retrieve the current status and per-node execution info for a running or completed Agent Spec execution.
List available agents on the runtime GET
Retrieve a list of agents registered on the Agent Spec runtime. These agents can be referenced by `agent_node` components.