---
title: "Get the last run of an engine"
method: GET
path: "/engines/{id}/last-run"
tags: ["Engines"]
---

# Get the last run of an engine

`GET /engines/{id}/last-run`

## Path parameters

- `id` string, required — Engine ID

## Response `200`

Last engine run

- EngineRunObjectResult
  - `data` object, required — Engine run object
    - `engineId` string, required — Engine ID
    - `start` string, required — Run start timestamp
    - `end` string — Run end timestamp
    - `config` object, required — Run configuration
      - `ingest` object, required
        - `type` string, required — Ingest type used
        - `url` string — Ingest URL used
      - `abrLadderId` string, required — ABR ladder ID used
      - `drm` boolean, required — Whether DRM was enabled
    - `startType` string, required — How the run was started
    - `startId` string, required — ID of the entity who did the start action
    - `stopType` string — How the run was stopped
    - `stopId` string — ID of entity who did the stop action

---

[API](https://skmtc.net/dolby/apis/theolive-api.md) · [All operations](https://skmtc.net/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dolby/theolive-api/revisions/3dc30dd23624/schema)
