Models
Create a new model
POST
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the source
Body
application/json
The name of this model.
Example:
"New App Users"
The SQL query associated with this model.
Example:
"SELECT * FROM \"users\""
The description for this model.
Example:
"Users that have signed up for our product in the last week."
Was this page helpful?