File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
content/terraform-docs-common
docs/cloud-docs/api-docs/queries Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 809809 },
810810 { "title" : " Projects" , "path" : " api-docs/projects" },
811811 { "title" : " Project team access" , "path" : " api-docs/project-team-access" },
812+ { "title" : " Queries" , "path" : " api-docs/queries" },
812813 { "title" : " Reserved tag keys" , "path" : " api-docs/reserved-tag-keys" },
813814 { "title" : " Runs" , "path" : " api-docs/run" },
814815 {
Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ The scope of the API includes the following endpoints:
3535| Method | Path | Action |
3636| ----------| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------|
3737| ` POST ` | ` /queries ` | Call this endpoint to [ create a query run] ( #create-a-query-run ) . |
38+ | ` GET ` | ` /workspaces/:workspace_id/queries ` | Call this endpoint to [ list query runs for a workspace] ( #list-query-runs-for-a-workspace ) . |
3839| ` GET ` | ` /queries/:query_id ` | Call this endpoint to [ show a query run] ( #show-a-query-run ) . |
3940| ` POST ` | ` /queries/:query_id/actions/cancel ` | Call this endpoint to [ cancel a query run] ( #cancel-a-query-run ) . |
40- | ` GET ` | ` /workspaces/:workspace_id/queries ` | Call this endpoint to [ list query runs for a workspace ] ( #list-query-runs-for-a-workspace ) . |
41+
4142
4243## Create a query run
4344
You can’t perform that action at this time.
0 commit comments