API reference
V2Deliverables

Get deliverable

Returns a single deliverable.

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

Returns a single deliverable.

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/deliverable"
{  "status": "ok",  "data": {}}