Airtable Connector Objects (Information Schema)

NameDescription
BasesQuery available bases.
GroupCollaboratorsQuery group collaborators for airtable bases and workspaces.
GroupMembersQuery group members.
GroupsQuery user groups.
IndividualCollaboratorsQuery individual collaborators for airtable bases and workspaces.
TablesQuery available tables in airtable bases.
UsersQuery users.
NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Base ID, a unique identifier for a base.
NameStringFalseNoThe name of the base.
PermissionLevelStringFalseNoThe permission level on this base.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
WorkspaceId [KEY]StringFalseNoThe Workspace ID, a unique identifier for the Airtable workspace.
BaseId [KEY]StringFalseNoThe Base ID, a unique identifier for the Airtable base.
BaseNameStringFalseNoThe name of the base.
GroupId [KEY]StringFalseNoThe ID of the group.
GroupNameStringFalseNoThe name of the group.
GrantedByUserIdStringFalseNoThe ID of the user that granted permissions.
PermissionLevelStringFalseNoThe permission level.
IsAccessedFromWorkspaceBooleanFalseNoBoolean indicating if this group is granted access to the base implicitly by being granted access to the workspace.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
GroupId [KEY]StringFalseNoThe user group ID.
Id [KEY]StringFalseNoThe ID of the member.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe user group ID.
DisplayNameStringFalseNoThe display name of the group.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
WorkspaceId [KEY]StringFalseNoThe Workspace ID, a unique identifier for the Airtable workspace.
BaseId [KEY]StringFalseNoThe Base ID, a unique identifier for the Airtable base.
BaseNameStringFalseNoThe name of the base.
UserId [KEY]StringFalseNoThe ID of the collaborator.
UserEmailStringFalseNoThe email of the collaborator.
GrantedByUserIdStringFalseNoThe ID of the user that granted permissions.
PermissionLevelStringFalseNoThe permission level.
IsAccessedFromWorkspaceBooleanFalseNoBoolean indicating if this user is granted access to the base implicitly by being granted access to the workspace.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
BaseId [KEY]StringFalseNoThe Base ID, a unique identifier for the base owner of the table.
BaseNameStringFalseNoThe name of the base.
Id [KEY]StringFalseNoThe Table ID, a unique identifier for the table.
NameStringFalseNoThe name of the table.
DescriptionStringFalseNoThe description of the table.
PrimaryFieldIdStringFalseNoThe id of the primary field.
FieldsStringFalseNoThe fields of the table.
ViewsStringFalseNoThe views deriving from the table.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe user ID.
ActiveBoolFalseNoIndicates if the user is active or deactivated.
UserNameStringFalseNoThe username of the user.
GivenNameStringFalseNoThe given name of the user.
FamilyNameStringFalseNoThe family name of the user.
CreatedAtTimestampFalseNoThe datetime when the user was created.
GroupsStringFalseNoThe JSON list of groups the user is part of.

Return to Top