Skip to main content
GET
/
agentspec
/
executions
/
{id}
/
results
Get Agent Spec execution results
curl --request GET \
  --url http://localhost:5173/api/flowdrop/agentspec/executions/{id}/results \
  --header 'Authorization: Bearer <token>'
{
  "response": "The weather today is sunny with a high of 72°F.",
  "confidence": 0.95
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string
required

Execution ID from the runtime

Response

Execution results retrieved successfully

Results from a completed Agent Spec execution