Skip to main content
GET
List Runs
List past executions for your workspace, ordered by creation time (newest first). Use this to build execution history views, audit logs, or find a specific run you need to inspect. Supports filtering by status, app ID, and time range. Results are paginated with offset/limit. Default limit is 25, maximum 100.

Authorizations

x-api-key
string
header
required

Workspace API key. Prefix: lma_. Example: lma_abc123...

Query Parameters

status
enum<string>

Filter runs by status. Omit to return all statuses.

Available options:
queued,
running,
completed,
failed,
cancelled
appId
string<uuid>

Filter by app/workflow ID. Only returns runs of this specific app.

limit
integer
default:25

Maximum number of runs to return per page.

Required range: x <= 100
offset
integer
default:0

Number of runs to skip (for pagination).

since
string<date-time>

Only return runs created after this ISO 8601 timestamp.

Response

Paginated list of run summaries

data
object[]
pagination
object

Pagination metadata for list endpoints