Skip to content

Commit bbfe824

Browse files
fix: correct limits for dataset get items endpoint (#1393)
See test runs: 2000 columns - https://console.apify.com/view/runs/zQPSs9IcesvwlZfiw unlimited items - https://console.apify.com/view/runs/mnPtQvpRJCLtFevg3 I think these changes are a few years old by now so it would be good if someone took a good look.
1 parent 61882d4 commit bbfe824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apify-api/openapi/paths/datasets/datasets@{datasetId}@items.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ get:
5454
</tr>
5555
</table>
5656
57-
Note that CSV, XLSX and HTML tables are limited to 500 columns and the column names cannot be longer than 200 characters.
57+
Note that CSV, XLSX and HTML tables are limited to 2000 columns and the column names cannot be longer than 200 characters.
5858
JSON, XML and RSS formats do not have such restrictions.
5959
6060
@@ -185,7 +185,7 @@ get:
185185
The pagination is always performed with the granularity of a single item, regardless whether <code>unwind</code> parameter was provided.
186186
By default, the **Items** in the response are sorted by the time they were stored to the database, therefore you can use pagination to incrementally fetch the items as they are being added.
187187
188-
The maximum number of items that will be returned in a single API call is limited to 250,000.
188+
No limit exists to how many items can be returned in one response.
189189
190190
<!-- GET_ITEMS_LIMIT -->
191191

0 commit comments

Comments
 (0)