---
title: "View executions of a managed payout schedule"
method: GET
path: "/balanceAccounts/{balanceAccountId}/payoutSchedules/{id}/executions"
tags: ["Managed payout schedules"]
---

# View executions of a managed payout schedule

`GET /balanceAccounts/{balanceAccountId}/payoutSchedules/{id}/executions`

View information about the executions of a managed payout schedule on the specified balance account. An execution is an attempt to make a payout according to the payout schedule.

## Path parameters

- `balanceAccountId` string, required
- `id` string, required

## Query parameters

- `results` ExecutionResult[]
- `limit` integer
- `offset` integer, required

## Response `200`

OK - The request has succeeded.

- PayoutScheduleExecutions
  - `payoutScheduleExecutions` PayoutScheduleExecution[], required — Contains a list of executions of the payout schedule.
    - `id` string — The unique identifier of the payout execution.
    - `result` 'failed' | 'succeeded' | 'skipped'
    - `resultDetails` PayoutScheduleExecutionDetails
      - `reason` string — Human readable reason for why execution was not successful if applicable.
      - `reasonCode` string — Reason Code for why execution was not successful if applicable.
      - `transferId` string — The id of the transfer from executing the payout.
    - `triggeredAt` string, date-time — The date and time when the payout execution was initiated.

## Other responses

- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `404` — Not Found - the resource was not found
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
