---
title: "List pushes"
method: GET
path: "/{account}/pushes"
tags: ["domain pushes"]
---

# List pushes

`GET /{account}/pushes`

List pending pushes for the target account.

## Path parameters

- `account` integer, required

## Response `200`

Successfully retrieved pushes for the account.

- object
  - `data` Push[], required
    - `id` integer, required
    - `domain_id` integer, required
    - `contact_id` integer, required
    - `account_id` integer, required
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.
    - `accepted_at` string, date-time, nullable, required — A nullable date-time value. The value can be null, when present the value is formatted according to the ISO 8601 specification.
  - `pagination` Pagination, required
    - `current_page` integer, required
    - `per_page` integer, required
    - `total_entries` integer, required
    - `total_pages` integer, required

---

[API](https://skmtc.net/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.net/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/versions/270bb4f6f532/schema)
