---
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` string
    - `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-08-21** `edf928b9b745` — 1 breaking
  - the `items/items/credits` response's property type/format changed from `number`/`` to `string`/`` for status `200`
- **2026-07-15** `f8ecf435d25d` — 3 warning
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `404`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `7d57386313c7` — 4 breaking, 9 warning, 3 info
  - the `items/items/metadata` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `items/items/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `items/items/subscription_status_at_application` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `pagination` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - …12 more
- …earlier changes not shown

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

---

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