Lists basic information of base block installations.
Extensions
List block installations
get
https://api.airtable.com/v0/meta/bases/{baseId}/blockInstallations
Authentication | Personal access token, OAuth integration |
Scope | workspacesAndBases:read |
User role | Base read-only |
Billing plans | Enterprise (pre-2023.08 legacy plan), Enterprise Scale |
array of the below object
Request (example)
Copy
$curl "https://api.airtable.com/v0/meta/bases/{baseId}/blockInstallations" \-H "Authorization: Bearer YOUR_TOKEN"
200 – Response (example)
[{"blockId": "blkSmwFJEdER6oksM","blockSlug": "chart","createdByUserId": "usrL2PNC5o3H4lBEi","createdTime": "2019-01-01T00:00:00.000Z","id": "bliXyN0Q6zfajnDOG","state": "enabled"}]