GuidesRecipesAPI EndpointsRelease NotesCommunity
Log In
API Endpoints

Cortex Domain Objects

Layar Connector Object

Connector Object Properties

Name

Type

Description

connector_type

str

The type of connector that was added (S3 bucket, EC2 instance, BigQuery, RSS Feed, etc).

For this endpoint, the only value will be 'TWITTER').

created_by_user

int

The unique user ID for the account that created the connector, either in the user interface or via API.

date_indexed

datetime

From left to right, the integers used identify the year, month, day, hour, minute, second, millisecond.

id

str

The unique Layar ID for the Connector (which can be used when searching for it with other endpoints).

name

str

The name for the Twitter connector during creation, assigned by a user either via the Layar user interface or via API.

keyword_filters

list

A list of strings for input keywords to use when pulling in Tweets. These can include keywords in the tweet's text, hashtags, or account handles. For example: ['multiple sclerosis', '@vyasaanalytics', '#deeplearning']

only_tweets_with_images

bool

TRUE means we only pull Tweets that also have an image included with the tweet.

For Python SDK users, please reference the Github Connector object documentation for the most up to date information.