Environments-11
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
POST | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
GET |
Create error tracking symbol sets bulk start upload
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Request parameters
- refstring
- last_usedstring
- storage_ptrstring
- failure_reasonstring
Example request
POST /api /environments /:project_id /error_tracking /symbol_sets /bulk_start_uploadExample response
Status 200 No response body
Create error tracking symbol sets start upload
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Example request
Example response
Status 200 No response body
Create evaluation runs
Create a new evaluation run.
This endpoint validates the request and enqueues a Temporal workflow to asynchronously execute the evaluation.
Required API key scopes
evaluation:writePath parameters
- project_idstring
Example request
POST /api /environments /:project_id /evaluation_runsExample response
Status 201 No response body
Create evaluation runs
Create a new evaluation run.
This endpoint validates the request and enqueues a Temporal workflow to asynchronously execute the evaluation.
Required API key scopes
evaluation:writePath parameters
- project_idstring
Example request
POST /api /environments /:project_id /evaluation_runsExample response
Status 201 No response body
List all evaluations
Required API key scopes
evaluation:readPath parameters
- project_idstring
Query parameters
- enabledboolean
- id__inarray
- limitinteger
- offsetinteger
- order_byarray
- searchstring
Response
Example request
GET /api /environments /:project_id /evaluationsExample response
Status 200
RESPONSE
List all evaluations
Required API key scopes
evaluation:readPath parameters
- project_idstring
Query parameters
- enabledboolean
- id__inarray
- limitinteger
- offsetinteger
- order_byarray
- searchstring
Response
Example request
GET /api /environments /:project_id /evaluationsExample response
Status 200
RESPONSE
Create evaluations
Required API key scopes
evaluation:writePath parameters
- project_idstring
Request parameters
- namestring
- descriptionstring
- enabledboolean
- evaluation_type
- evaluation_config
- output_type
- output_config
- conditions
- model_configuration
- deletedboolean
Response
Example request
POST /api /environments /:project_id /evaluationsExample response
Status 201
RESPONSE
Create evaluations
Required API key scopes
evaluation:writePath parameters
- project_idstring
Request parameters
- namestring
- descriptionstring
- enabledboolean
- evaluation_type
- evaluation_config
- output_type
- output_config
- conditions
- model_configuration
- deletedboolean
Response
Example request
POST /api /environments /:project_id /evaluationsExample response
Status 201
RESPONSE
Retrieve evaluations
Required API key scopes
evaluation:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /evaluations /:idExample response
Status 200
RESPONSE
Retrieve evaluations
Required API key scopes
evaluation:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /environments /:project_id /evaluations /:idExample response
Status 200
RESPONSE
Update evaluations
Required API key scopes
evaluation:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- descriptionstring
- enabledboolean
- evaluation_type
- evaluation_config
- output_type
- output_config
- conditions
- model_configuration
- deletedboolean
Response
Example request
PATCH /api /environments /:project_id /evaluations /:idExample response
Status 200
RESPONSE
Update evaluations
Required API key scopes
evaluation:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- descriptionstring
- enabledboolean
- evaluation_type
- evaluation_config
- output_type
- output_config
- conditions
- model_configuration
- deletedboolean
Response
Example request
PATCH /api /environments /:project_id /evaluations /:idExample response
Status 200
RESPONSE
Delete evaluations
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
evaluation:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /evaluations /:idExample response
Status 405 No response body
Delete evaluations
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
evaluation:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /environments /:project_id /evaluations /:idExample response
Status 405 No response body
List all events
This endpoint allows you to list and filter events.
It is effectively deprecated and is kept only for backwards compatibility.
If you ever ask about it you will be advised to not use it...
If you want to ad-hoc list or aggregate events, use the Query endpoint instead.
If you want to export all events or many pages of events you should use our CDP/Batch Exports products instead.
Required API key scopes
query:readPath parameters
- project_idstring
Query parameters
- afterstring
- beforestring
- distinct_idinteger
- eventstring
- formatstringOne of:
"csv""json" - limitinteger
- offsetinteger
- person_idinteger
- propertiesarray
- selectarray
- wherearray
Response
Example request
GET /api /environments /:project_id /eventsExample response
Status 200
RESPONSE
List all events
This endpoint allows you to list and filter events.
It is effectively deprecated and is kept only for backwards compatibility.
If you ever ask about it you will be advised to not use it...
If you want to ad-hoc list or aggregate events, use the Query endpoint instead.
If you want to export all events or many pages of events you should use our CDP/Batch Exports products instead.
Required API key scopes
query:readPath parameters
- project_idstring
Query parameters
- afterstring
- beforestring
- distinct_idinteger
- eventstring
- formatstringOne of:
"csv""json" - limitinteger
- offsetinteger
- person_idinteger
- propertiesarray
- selectarray
- wherearray
Response
Example request
GET /api /environments /:project_id /eventsExample response
Status 200
RESPONSE
Retrieve events
Required API key scopes
query:readPath parameters
- idstring
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Response
Example request
GET /api /environments /:project_id /events /:idExample response
Status 200
RESPONSE
Retrieve events
Required API key scopes
query:readPath parameters
- idstring
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Response
Example request
GET /api /environments /:project_id /events /:idExample response
Status 200
RESPONSE