GET
/
public
/
v1
/
executions
/
{executionId}
Path
curl \
  -X GET \
  -u :<access-token> \
  https://api.defer.run/public/v1/executions/0ujtsYcgvSTl8PAuAdqWYSMnLOv
{
  "id": "0ujtsYcgvSTl8PAuAdqWYSMnLOv",
  "state": "failed",
  "result": "hello John Doe"
}

Endpoint

GET https://api.defer.run/public/v1/executions/{execution-id}

Request

Path Parameters

execution-id
string
required

The execution ID.

Response

Body

id
string
required

The state of the execution.

state
created | started | succeed | failed | cancelled | aborting | aborted | discarded
required

The ID of the execution.

result
any

The result returns by the function.