🚀 Bulk Download Attachments Are Live! See our changelog for details.
cURL
curl --request GET \ --url https://app.teable.ai/api/table/%7BtableId%7D/aggregation/task-status-collection \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "cells": [ { "recordId": "<string>", "fieldId": "<string>" } ], "fieldMap": {} }
Returns records and count distribution across task status based on specified date range and fields
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Task status collection for the view
Show child attributes
Was this page helpful?