Skip to content

Commit

Permalink
Create api-v2v3-limit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Oct 31, 2023
1 parent 33394ea commit 0bc1578
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "API results limited to `100`"
id: apiv3-limit"
description: "Oct 2023: In order to enhance the efficiency and stability of our services, we will limit all API results to `100` records. This limit is applicable to multi-tenant instances only."
sidebar_label: "Update: API results limited to `100`"
sidebar_position: 04
tags: [Oct-2023, API]
---


Beginning December 1, 2023, the [Administrative API](/docs/dbt-cloud-apis/admin-cloud-api) v2 and v3 will limit all "list" or `GET` API methods to 100 results per API request. This limit enhances the efficiency and stability of our services. You can handle more than 100 results by using the `limit` and `offset` query paramters to paginate those results. Otherwise, exceeding the limit of `100` will cause an error.

This maximum limit applies to [multi-tenant instances](/docs/cloud/about-cloud/regions-ip-addresses) only, and _does not_ apply to single tenant instances.

Refer to the [API v3 Pagination](https://docs.getdbt.com/dbt-cloud/api-v3#/) or [API v2 Pagination](https://docs.getdbt.com/dbt-cloud/api-v2#/) sections for more information on how to paginate your API responses.

0 comments on commit 0bc1578

Please sign in to comment.