July 7, 2025
We’ve added a new API method — Get Labels, which allows you to retrieve product labels (application, task, and document labels). Additionally, we’ve improved the table variable by increasing the cell limit to 10,000 cells. Lastly, we’ve released various UI improvements and bug fixes.
Release Details
Get Labels API
Based on client feedback, we’ve added a new API method — Get Labels. It allows users to retrieve product labels for applications, tasks, and documents. The API returns details such as the label ID, label name, label color, and more.
This method can be especially useful if you’re using automatic label assignment through our APIs.

Increased Cell Limit in Table Variables
We’ve increased the cell limit for table variables from 3,000 cells to 10,000 cells, allowing tables to hold a larger amount of data when needed.
While the maximum column limit remains at 30, the number of available rows now depends on the number of specified columns. For example:
- If a table has 10 columns, the maximum number of rows would be 1,000.
- If the result of dividing 10,000 by the number of columns isn’t a whole number, we round up to the nearest whole number (e.g., 10,000/30 = 334 rows).
