---
title: "List Receipt Delivery Attempts"
method: GET
path: "/receipts/{receipt_id}/delivery_attempts"
tags: ["Receipts"]
---

# List Receipt Delivery Attempts

`GET /receipts/{receipt_id}/delivery_attempts`

List Delivery Attempts for a Receipt resource.

## Query parameters

- `after_cursor` string
- `before_cursor` string
- `limit` integer

## Headers

- `Finix-Version` string

## Response `200`

List of `Receipt Attempt` resources

- object
  - `page` Page — Details the page that's returned.
    - `limit` integer — The number of entries to return.
    - `next_cursor` string, nullable — The cursor to use for the next page of results.
  - `_embedded` object
    - `delivery_attempts` ReceiptDeliveryAttempt[]
      - `id` string — The ID of the resource.
      - `created_at` string, date-time — Timestamp of when the object was created.
      - `updated_at` string, date-time — Timestamp of when the object was last updated.
      - `destination` string — The receipt delivery attempt destination.
      - `receipt_id` string — The ID of the `Receipt` resource associated with the `Delivery Attempt`.
      - `state` 'SUCCEEDED' | 'FAILED' — Whether the delivery attempt succeeded or failed.
      - `type` 'EMAIL' | 'SMS' | 'PRINT' — The type of delivery method used to send the receipt.
  - `_links` object
    - `self` Self — Link to the resource that was used in the request.
      - `href` string
    - `next` Next — Link to the next page of entries.
      - `href` string

## Other responses

- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.
- `422` — Unprocessable Entity. The syntax of the request content was correct, but the server was unable to process the contained instructions.

---

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