v2
Get execution results
GET
/
executions
/
{execution-id}
/
results
Authorization
Path
curl --request GET \
--url https://api.defer.run/public/v2/executions/{execution-id}/results \
--header 'Authorization: <authorization>'
This response has no body data.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
execution-id
string
requiredThe execution ID
Was this page helpful?
curl --request GET \
--url https://api.defer.run/public/v2/executions/{execution-id}/results \
--header 'Authorization: <authorization>'
This response has no body data.