Skip to main content
POST
/
api
/
v2
/
external
/
execution
/
streaming
/
complete
/
{execution_id}
Complete Execution
curl --request POST \
  --url https://api.lyceum.technology/api/v2/external/execution/streaming/complete/{execution_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.

Path Parameters

execution_id
string
required

Body

application/json

The body is of type Request · object.

Response

Successful Response