Skip to main content
GET
/
api
/
v2
/
external
/
execution
/
{execution_id}
Get Execution
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/execution/{execution_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

execution_id
string
required

Response

Successful Response