FlowDrop Docs
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.

GET
/agentspec/executions/{id}/results

Authorization

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}