GET
/
executions
/
{execution-id}
/
results
curl --request GET \
  --url https://api.defer.run/public/v2/executions/{execution-id}/results \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

execution-id
string
required

The execution ID

Response

202 - application/json

The response is of type object.