A
AirtableApi
Arcade Native

ListBaseShares

AirtableApi.ListBaseShares

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Lists basic information of base shares.

Call this tool to retrieve a list of shared base information for a given base in Airtable.

Input Parameters

{
  "parameters": [
    {
      "name": "base_identifier",
      "required": true,
      "inferrable": true,
      "description": "The unique ID of the Airtable base to list shares for. Required to retrieve base share information.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'list-shares'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}