---
title: "Get Scheduled Transactions"
method: GET
path: "/api/v1/clients/self/scheduled-transactions"
tags: ["User APIs", "clients"]
---

# Get Scheduled Transactions

`GET /api/v1/clients/self/scheduled-transactions`

Get scheduled transactions for the authenticated client.

Includes recurring token grant schedules and one-time future-effective grants.

## Response `200`

Successful Response

- ScheduledTransactionResponse[]
  - `schedule_type` 'recurring' | 'one_time', required
  - `id` string, uuid, required
  - `account_id` string, uuid, nullable
  - `token_id` string, uuid, required
  - `token_name` string, required
  - `usage_scope` string
  - `amount` string, required
  - `status` string, required
  - `issued_by_user_email` string, nullable
  - `meta_data` object
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable
  - `recurrence_unit` string, nullable
  - `interval` integer, nullable
  - `start_at` string, date-time, nullable
  - `end_at` string, date-time, nullable
  - `max_occurrences` integer, nullable
  - `token_expires_days` integer, nullable
  - `last_issued_at` string, date-time, nullable
  - `next_due_at` string, date-time, nullable
  - `issued_count` integer
  - `remaining_occurrences` integer, nullable
  - `scheduled_at` string, date-time, nullable

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
