---
title: "List scheduled tool executions"
method: GET
path: "/v1/scheduled_tools"
tags: ["Tools"]
---

# List scheduled tool executions

`GET /v1/scheduled_tools`

Returns a page of scheduled tool executions

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `Authorization` string, required

## Response `200`

OK

- SchemasOffsetPageSchemasToolExecutionListResponse
  - `items` SchemasToolExecutionListResponse[]
    - `created_at` string
    - `execution_status` string
    - `execution_type` string
    - `finished_at` string
    - `id` string
    - `run_at` string
    - `started_at` string
    - `tool_name` string
    - `toolkit_name` string
    - `toolkit_version` string
    - `updated_at` string
    - `user_id` string
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/8446c4e394ac/schema)
