---
title: "List Recent Transactions"
method: GET
path: "/v2/projects/{id}/applications/{application_id}/recent-transactions"
tags: ["Projects V2"]
---

# List Recent Transactions

`GET /v2/projects/{id}/applications/{application_id}/recent-transactions`

Returns recent transactions for the given application and date range within a project. Requires applications:read scope.

## Path parameters

- `id` string, required — Project ID
- `application_id` string, required — Application ID

## Query parameters

- `environment` 'PRODUCTION' | 'SANDBOX', required — Environment to query
- `from` string, required — Start datetime
- `to` string, required — End datetime
- `event_type` string — Recent transaction event type filter

## Response `200`

Success

- object
  - `object` 'list', required
  - `data` object[], required
    - `id` string, required
    - `object` 'recent_transaction', required
    - `is_processing` boolean, required
    - `placement` string, nullable, required
    - `product_id` string, nullable, required
    - `country_code` string, nullable, required
    - `install_date` string, nullable, required
    - `original_transaction_id` string, nullable, required
    - `event_type` string, required
    - `store` string, nullable, required
    - `price` number, nullable, required
    - `purchased_at` string, required
    - `integration` string, required
    - `user` object, nullable, required
      - `object` 'recent_transaction_user', required
      - `app_user_id` string, required
    - `paywall` object, nullable, required
      - `object` 'recent_transaction_paywall', required
      - `id` number
      - `name` string, required
    - `product` object, nullable, required
      - `object` 'recent_transaction_product', required
      - `identifier` string, required
      - `label` string, required
    - `campaign_placement` object, nullable, required
      - `object` 'recent_transaction_campaign_placement', required
      - `trigger_experiment_group_id` number, nullable, required
  - `event_types` object[]
    - `label` string, required
    - `value` string, required
    - `active` boolean, required

## Other responses

- `400` — The request did not match the expected schema
- `401` — No API key was provided in the request
- `403` — The API key does not have permission to perform this action
- `404` — The requested resource was not found
- `429` — Too many requests have been made in a short period
- `500` — An unexpected error occurred on the server

---

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