---
title: "List Schedules"
method: GET
path: "/payments/requests/{id}/schedules"
tags: ["Payment Schedule"]
---

# List Schedules

`GET /payments/requests/{id}/schedules`

Recovers all scheduled payments from a payment request

## Path parameters

- `id` string, uuid, required

## Response `200`

Retrieve a list of all scheduled payments

- object
  - `page` number, double
  - `total` number, double
  - `totalPages` number, double
  - `results` SchedulePayment[] — List of scheduled payments from a payment request
    - `id` string, uuid, required
    - `description` string, required — Scheduled payment description
    - `status` 'SCHEDULED' | 'COMPLETED' | 'ERROR', required — Scheduled payment status
    - `scheduledDate` string, date, required — Date when the payment is scheduled
    - `endToEndId` string — Identifier for the payment, used to link the scheduled payment with the corresponding payment received
    - `errorDetail` object — Details about an error that occurred with the scheduled payment
      - `code` string — Error code
      - `description` string — Human-readable description of the error
      - `detail` string — Additional details about the error in the provider's language

---

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