Endpoints-3
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
POST |
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
- debugbooleanDefault:
false - filters_override
- limitinteger
- offsetinteger
- refreshDefault:
cache - variablesobject
- versioninteger
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
- debugbooleanDefault:
false - filters_override
- limitinteger
- offsetinteger
- refreshDefault:
cache - variablesobject
- versioninteger
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
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