---
title: "Get upcoming credit grant applications"
method: GET
path: "/subscriptions/{id}/grants/upcoming"
tags: ["Subscriptions"]
---

# Get upcoming credit grant applications

`GET /subscriptions/{id}/grants/upcoming`

Use when showing upcoming or pending credits for a subscription (e.g. in a portal or for forecasting).

## Path parameters

- `id` string, required

## Response `200`

OK

- ListCreditGrantApplicationsResponse
  - `items` CreditGrantApplicationResponse[]
    - `application_reason` 'first_time_recurring_credit_grant' | 'recurring_credit_grant' | 'onetime_credit_grant'
    - `application_status` 'applied' | 'failed' | 'pending' | 'skipped' | 'cancelled'
    - `applied_at` string, date-time
    - `created_at` string, date-time
    - `created_by` string
    - `credit_grant_id` string
    - `credits` number
    - `environment_id` string
    - `failure_reason` string
    - `id` string
    - `idempotency_key` string
    - `metadata` TypesMetadata
    - `period_end` string, date-time
    - `period_start` string, date-time
    - `retry_count` integer
    - `scheduled_for` string
    - `status` 'published' | 'deleted' | 'archived'
    - `subscription_id` string
    - `subscription_status_at_application` 'active' | 'paused' | 'cancelled' | 'incomplete' | 'trialing' | 'draft'
    - `tenant_id` string
    - `updated_at` string, date-time
    - `updated_by` string
  - `pagination` TypesPaginationResponse
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `400` — Invalid request
- `404` — Resource not found
- `500` — Server error

## Changes

- **2026-05-18** `f62d8a5fe7cf` — 6 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `too_many_requests` enum value to the `code` response property for the response status `400`
  - …2 more
- **2026-04-06** `4ded3711f401` — 6 warning, 12 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `success` from the response with the `400` status
  - …14 more
- **2026-03-20** `bc91c95fbb1a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api-2/changes/subscriptions/:id/grants/upcoming/get.md)

---

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