Environments-12
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
POST | |
POST | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE |
Create environments error tracking symbol sets bulk finish upload
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- refstring
- last_usedstring
- storage_ptrstring
- failure_reasonstring
Example request
POST /api /environments /:project_id /error_tracking /symbol_sets /bulk_finish_uploadExample response
Status 200 No response body
Create environments error tracking symbol sets bulk finish upload
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- refstring
- last_usedstring
- storage_ptrstring
- failure_reasonstring
Example request
POST /api /environments /:project_id /error_tracking /symbol_sets /bulk_finish_uploadExample response
Status 200 No response body
Create environments error tracking symbol sets bulk start upload
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
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 environments error tracking symbol sets bulk start upload
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
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 environments error tracking symbol sets start upload
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
Example response
Status 200 No response body
Create environments error tracking symbol sets start upload
Required API key scopes
error_tracking:writePath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
Example response
Status 200 No response body
Create environments 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
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
POST /api /environments /:project_id /evaluation_runsExample response
Status 201 No response body
Create environments 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
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
POST /api /environments /:project_id /evaluation_runsExample response
Status 201 No response body
List all environments evaluations
Required API key scopes
evaluation:readPath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- enabledboolean
Filter by enabled status
- id__inarray
Multiple values may be separated by commas.
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
- order_byarray
Ordering
created_at- Created At-created_at- Created At (descending)updated_at- Updated At-updated_at- Updated At (descending)name- Name-name- Name (descending)
- searchstring
Search in name or description
Response
Example request
GET /api /environments /:project_id /evaluationsExample response
Status 200
List all environments evaluations
Required API key scopes
evaluation:readPath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- enabledboolean
Filter by enabled status
- id__inarray
Multiple values may be separated by commas.
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
- order_byarray
Ordering
created_at- Created At-created_at- Created At (descending)updated_at- Updated At-updated_at- Updated At (descending)name- Name-name- Name (descending)
- searchstring
Search in name or description
Response
Example request
GET /api /environments /:project_id /evaluationsExample response
Status 200
Create environments evaluations
Required API key scopes
evaluation:writePath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- namestring
- descriptionstring
- enabledboolean
- evaluation_type
- evaluation_config
- output_type
- output_config
- conditions
- deletedboolean
Response
Example request
POST /api /environments /:project_id /evaluationsExample response
Status 201
Create environments evaluations
Required API key scopes
evaluation:writePath parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- namestring
- descriptionstring
- enabledboolean
- evaluation_type
- evaluation_config
- output_type
- output_config
- conditions
- deletedboolean
Response
Example request
POST /api /environments /:project_id /evaluationsExample response
Status 201
Retrieve environments evaluations
Required API key scopes
evaluation:readPath parameters
- idstring
A UUID string identifying this evaluation.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Example request
GET /api /environments /:project_id /evaluations /:idExample response
Status 200
Retrieve environments evaluations
Required API key scopes
evaluation:readPath parameters
- idstring
A UUID string identifying this evaluation.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Example request
GET /api /environments /:project_id /evaluations /:idExample response
Status 200
Update environments evaluations
Required API key scopes
evaluation:writePath parameters
- idstring
A UUID string identifying this evaluation.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- namestring
- descriptionstring
- enabledboolean
- evaluation_type
- evaluation_config
- output_type
- output_config
- conditions
- deletedboolean
Response
Example request
PATCH /api /environments /:project_id /evaluations /:idExample response
Status 200
Update environments evaluations
Required API key scopes
evaluation:writePath parameters
- idstring
A UUID string identifying this evaluation.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- namestring
- descriptionstring
- enabledboolean
- evaluation_type
- evaluation_config
- output_type
- output_config
- conditions
- deletedboolean
Response
Example request
PATCH /api /environments /:project_id /evaluations /:idExample response
Status 200
Delete environments 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
A UUID string identifying this evaluation.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
DELETE /api /environments /:project_id /evaluations /:idExample response
Status 405 No response body
Delete environments 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
A UUID string identifying this evaluation.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
DELETE /api /environments /:project_id /evaluations /:id