Skip to main content
GET
/
api
/
v2
/
external
/
execution
/
{execution_id}
/
timing
Get Execution Timing
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/execution/{execution_id}/timing \
  --header 'Authorization: Bearer <token>'
{
  "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

Response

Successful Response