Skip to content

Commit

Permalink
Merge pull request #2954 from dbt-labs/mwong-rn-apilimit
Browse files Browse the repository at this point in the history
api max limit release note
  • Loading branch information
mirnawong1 authored Mar 6, 2023
2 parents 4036020 + 7a36529 commit 5dcf124
Showing 1 changed file with 14 additions and 0 deletions.
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.

0 comments on commit 5dcf124

Please sign in to comment.