Collections
List collections
This endpoint lists all the collections for a credential.
GET
/
v1
/
collections
/
{credential_id}
Request parameters
credential_id
string
requiredThe collections for this credential will be listed.
include
string
A comma-separated list of optional fields to include in the response. Defaults to blank, which does not return optional fields.
Optional fields:
upstream_metadata
: Include extended metadata for the collection and collection fields from the upstream provider. This field is supported by Airtable only and is experimental.
Response fields
id
string
ID of the collection.
upstream_id
string
ID of the collection as defined by the provider.
name
string
Name of the collection.
links
array
Links to documentation for the collection.
Coming soon
fields
array
Fields for the collection.
Was this page helpful?