---
title: "Get Bulk Export Credit Details"
method: GET
path: "/api/ot-insights/v1/bulk-export-jobs/credits"
tags: ["Bulk Export"]
---

# Get Bulk Export Credit Details

`GET /api/ot-insights/v1/bulk-export-jobs/credits`

Use this API to retrieve bulk export credit details for the account. The response will include the total number of credits available for the account along with the number of credits remaining and the number of credits used.

> 🗒 Things to Know
> 
> - Each account is limited to 20 bulk exports per month. If you cancel a bulk export before it completes, it will not be counted towards this limit. Please contact OneTrust Support or your Customer Success Manager (CSM) to increase your export limit.

## Response `200`

OK

- BulkExportCreditsInformation
  - `totalCredits` integer — The total number of credits available for the account.
  - `creditsRemaining` integer — The number of credits remaining for the account.
  - `creditsUsed` integer — The number of credits used for the account.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
