-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2954 from dbt-labs/mwong-rn-apilimit
api max limit release note
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
website/docs/docs/dbt-versions/release-notes/10-Mar-2023/apiv2-limit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: "API requests have a maximum limit of `100`" | ||
id: apiv2-limit" | ||
description: "Mar 2023: In order to ease pressure on our API, we have implemented a maximum limit of `100` for all API requests to our `list` endpoints. This limit is applicable to multi-tenant instances only." | ||
sidebar_label: "Update: API requests have a maximum limit of `100`" | ||
tags: [Mar-6-2023, API] | ||
--- | ||
|
||
|
||
To make the API more scalable and reliable, we've implemented a maximum limit of `100` for all API requests to our `list` endpoints. If API requests exceed the maximum limit parameter of `100`, a user will receive an API error message. | ||
|
||
This maximum limit applies to [multi-tenant instances](/docs/deploy/regions-ip-addresses) only, and _does not_ apply to single tenant instances. | ||
|
||
Refer to the [Pagination](https://docs.getdbt.com/dbt-cloud/api-v2#section/Pagination) section for more information on this change. |