---
title: "List Routines for a User"
method: GET
path: "/v1/routines"
tags: ["Routines"]
---

# List Routines for a User

`GET /v1/routines`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

Retrieve all Routines for a User.

> 📘
>
> This resource returns paginated results in descending order.  For more details please see: [Pagination](https://docs.astra.finance/reference/pagination)

## Query parameters

- `page_size` integer
- `cursor_id` string

## Response `200`

Successful response

- object
  - `count` integer — The number of routines returned
  - `routines` object[]
    - `id` string — The unique ID of the Routine
    - `type` 'one-time' | 'recurring' — The type of Routine
    - `name` string — The name given for the Routine
    - `payment_type` 'ach' | 'debit' | 'ledger' — The type of payment
    - `source_id` string — The ID of the Source Account
    - `destination_id` string — The ID of the Destination Account
    - `destination_user_id` string — The User ID associated with the Destination Account (if peer-to-peer)
    - `amount` number, float — The amount of the transfer (when explicitly defined like one-time or recurring)
    - `start_date` string, date-time — The date the Routine should start processing.
    - `preferred_settlement_speed` 'T+1' | 'T+2' | 'T+4' — The requested settlement speed for resulting transfers
    - `frequency` 'weekly' | 'bi-weekly' | 'monthly' — The frequency a repeating Routine should process
    - `active` boolean — Whether the routine is active (True) or paused (False). Defaults to True.
    - `status` string — The Routine's status on the platform (see [Routine Statuses](https://docs.astra.finance/reference/routine-statuses))
    - `created` string, date-time — The date the Routine was created
    - `ultimate_receiver_id` string — The User ID of the ultimate receiver of the Routine
    - `ultimate_sender_id` string — The User ID of the ultimate sender of the Routine
  - `next_cursor_id` string — The next cursor ID, for resuming a paginated query
  - `has_next_page` boolean — Whether the paginated query has additional pages (value may be null if no there are no additional pages)

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/revisions/09f0430e5d33/schema)
