Endpoints-2
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
PATCH | |
DELETE | |
GET | |
GET | |
POST | |
GET | |
GET | |
POST |
Update endpoints
Path parameters
- namestring
- project_idstring
Example request
PATCH /api /projects /:project_id /endpoints /:nameExample response
Status 200 No response body
Update endpoints
Path parameters
- namestring
- project_idstring
Example request
PATCH /api /projects /:project_id /endpoints /:nameExample response
Status 200 No response body
Delete endpoints
Delete an endpoint and clean up materialized query.
Required API key scopes
endpoint:writePath parameters
- namestring
- project_idstring
Example request
DELETE /api /projects /:project_id /endpoints /:nameExample response
Status 204 No response body
Delete endpoints
Delete an endpoint and clean up materialized query.
Required API key scopes
endpoint:writePath parameters
- namestring
- project_idstring
Example request
DELETE /api /projects /:project_id /endpoints /:nameExample response
Status 204 No response body
Retrieve endpoints materialization status
Get materialization status for an endpoint.
Path parameters
- namestring
- project_idstring
Example request
GET /api /projects /:project_id /endpoints /:name /materialization_statusExample response
Status 200 No response body
Retrieve endpoints materialization status
Get materialization status for an endpoint.
Path parameters
- namestring
- project_idstring
Example request
GET /api /projects /:project_id /endpoints /:name /materialization_statusExample response
Status 200 No response body
Retrieve endpoints run
Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set.
Required API key scopes
endpoint:readPath parameters
- namestring
- project_idstring
Example request
GET /api /projects /:project_id /endpoints /:name /runExample response
Status 200 No response body
Retrieve endpoints run
Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set.
Required API key scopes
endpoint:readPath parameters
- namestring
- project_idstring
Example request
GET /api /projects /:project_id /endpoints /:name /runExample response
Status 200 No response body
Create endpoints run
Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set.
Required API key scopes
endpoint:readPath parameters
- namestring
- project_idstring
Request parameters
- client_query_idstring
- filters_override
- query_overrideobject
- refreshDefault:
blocking - variablesobject
Example request
POST /api /projects /:project_id /endpoints /:name /runExample response
Status 200 No response body
Create endpoints run
Execute endpoint with optional materialization. Supports version parameter, runs latest version if not set.
Required API key scopes
endpoint:readPath parameters
- namestring
- project_idstring
Request parameters
- client_query_idstring
- filters_override
- query_overrideobject
- refreshDefault:
blocking - variablesobject
Example request
POST /api /projects /:project_id /endpoints /:name /runExample response
Status 200 No response body
Retrieve endpoints versions
List all versions for an endpoint.
Required API key scopes
endpoint:readPath parameters
- namestring
- project_idstring
Example request
GET /api /projects /:project_id /endpoints /:name /versionsExample response
Status 200 No response body
Retrieve endpoints versions
List all versions for an endpoint.
Required API key scopes
endpoint:readPath parameters
- namestring
- project_idstring
Example request
GET /api /projects /:project_id /endpoints /:name /versionsExample response
Status 200 No response body
Retrieve endpoints versions retrieve
Get details of a specific endpoint version.
Required API key scopes
endpoint:readPath parameters
- namestring
- project_idstring
- version_numberstring
Example request
GET /api /projects /:project_id /endpoints /:name /versions /:version_numberExample response
Status 200 No response body
Retrieve endpoints versions retrieve
Get details of a specific endpoint version.
Required API key scopes
endpoint:readPath parameters
- namestring
- project_idstring
- version_numberstring
Example request
GET /api /projects /:project_id /endpoints /:name /versions /:version_numberExample response
Status 200 No response body
Create endpoints last execution times
Get the last execution times in the past 6 months for multiple endpoints.
Path parameters
- project_idstring
Request parameters
- namesarray
Response
Example request
POST /api /projects /:project_id /endpoints /last_execution_timesExample response
Status 200
Create endpoints last execution times
Get the last execution times in the past 6 months for multiple endpoints.
Path parameters
- project_idstring
Request parameters
- namesarray
Response
Example request
POST /api /projects /:project_id /endpoints /last_execution_times