API reference
V2Execution Results

Generate execution result

Generate for execution result.

POST
/api/v2/executions/{execution_id}/result/generate

Generate for execution result.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

execution_id*string

Execution

Response Body

application/json

application/json

application/json

application/json

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