API reference
V2Execution Results

Get execution result

Returns a single execution result.

GET
/api/v2/executions/{execution_id}/result

Returns a single execution result.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

execution_id*string

Execution

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/executions/string/result"
{  "status": "ok",  "data": {}}