Pre-General Availability: 2022-08-18. This documentation is in pre-General Availability status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.
Manage Queries REST Endpoints
Manage Queries
Manage queries APIs for Oracle Query Service.
- Cancel query execution
- Method: postPath:
/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}/actions/cancel
- Clear query execution results
- Method: postPath:
/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}/actions/clearResults
- Get query execution
- Method: getPath:
/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}
- Get query execution report
- Method: getPath:
/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}/executionReport
- Get query execution result
- Method: getPath:
/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}/result
- List of Query Execution summary objects
- Method: getPath:
/20210831/projects/{projectId}/queryExecutions
- Lists query execution errors
- Method: getPath:
/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}/errors
- Lists query execution logs
- Method: getPath:
/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}/logs
- Submit asynchronous query
- Method: postPath:
/20210831/projects/{projectId}/queryExecutions
- Update query execution
- Method: putPath:
/20210831/projects/{projectId}/queryExecutions/{queryExecutionId}