---
title: "List Executions"
method: GET
path: "/executions"
tags: ["Executions"]
---

# List Executions

`GET /executions`

List execution records with optional filters.

## Query parameters

- `toolkit_id` string, nullable
- `trace_id` string, nullable
- `status` string[], nullable
- `from` string, date-time, nullable
- `to` string, date-time, nullable
- `api` string, nullable
- `actor_id` string, nullable
- `origin` string, nullable
- `cursor` string, nullable
- `limit` integer

## Response `200`

Successful Response

- ExecutionListResponse — Paginated list of executions.
  - `data` ExecutionResponse[], required
    - `_links` ExecutionRecordLinks, required — HATEOAS links for an execution record.
      - `self` string, required
    - `actor_id` string, required
    - `actor_type` string, required
    - `api` ApiInfoResponse — API identification information.
      - `host` string, nullable
      - `name` string, required
      - `vendor` string, required
      - `version` string, required
    - `created_at` string, date-time, required
    - `credential_id` string, nullable
    - `credential_name` string, nullable
    - `duration_ms` integer, nullable
    - `error` string, nullable
    - `execution_id` string, required
    - `http_status` integer, nullable
    - `operation_id` string, nullable
    - `origin` string, nullable
    - `pinned_revisions` object, nullable
    - `started_at` string, date-time, required
    - `status` string, required
    - `toolkit_id` string, required
    - `toolkit_name` string, nullable
    - `trace_id` string, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.net/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/25c23e262a29/schema)
