# Grid reports API by Observepoint

This section documents the API endpoints for using the ObservePoint Grid API, which provides access to ObservePoint data in row/column format.


## Servers

ObservePoint Production API
```
https://api.observepoint.com
```

## Security

### API_Key

[object Object],[object Object]

Type: apiKey
In: header
Name: Authorization

## Download OpenAPI description

 - [Grid reports API by Observepoint](https://api-docs.observepoint.com/_bundle/openapi/GRID-API.openapi.yaml)

 - [POST /v3/reports/grid/{gridEntityType}](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/getgriddata.md): <div class="op-path-box"><span class="op-http-method-post">POST</span> /v3/reports/grid/<span class="op-path-parameter">{gridEntityType}</span></div> This is the main endpoint for the Grid API. It let
 - [GET /v3/reports/grid/{gridEntityType}/schema](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/getgridschema.md): <div class="op-path-box"><span class="op-http-method-get">GET</span> /v3/reports/grid/<span class="op-path-parameter">{gridEntityType}</span>/schema</div> Returns the list of columns that area availab
 - [POST /v3/reports/grid/saved](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/createsavedreport.md): A saved report contains information about the report, such as its name and permissions, and also the Grid API query definition that is applied when users view the report. The query definition uses the
 - [GET /v3/reports/grid/saved](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/getsavedreportslist.md): <div class="op-path-box"><span class="op-http-method-get">GET</span> /v3/reports/grid/saved</div>
 - [GET /v3/reports/grid/saved/{id}](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/getsavedreportbyid.md): <div class="op-path-box"><span class="op-http-method-get">GET</span> /v3/reports/grid/saved/<span class="op-path-parameter">{id}</span></div>
 - [PUT /v3/reports/grid/saved/{id}](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/updatesavedreport.md): <div class="op-path-box"><span class="op-http-method-put">PUT</span> /v3/reports/grid/saved/<span class="op-path-parameter">{id}</span></div>
 - [DELETE /v3/reports/grid/saved/{id}](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/deletesavedreport.md): <div class="op-path-box"><span class="op-http-method-delete">DELETE</span> /v3/reports/grid/saved/<span class="op-path-parameter">{id}</span></div>
 - [POST /v3/reports/grid/saved/{id}/favorites](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/addsavedreporttofavorites.md): <div class="op-path-box"><span class="op-http-method-post">POST</span> /v3/reports/grid/saved/<span class="op-path-parameter">{id}</span>/favorites</div> Mark a saved report as a "favorite" for the us
 - [DELETE /v3/reports/grid/saved/{id}/favorites](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/removesavedreportfromfavorites.md): <div class="op-path-box"><span class="op-http-method-delete">DELETE</span> /v3/reports/grid/saved/<span class="op-path-parameter">{id}</span>/favorites</div> Mark a saved report as not a favorite for
 - [POST /v3/reports/grid/{gridEntityType}/exports](https://api-docs.observepoint.com/openapi/grid-api.openapi/other/initiategriddataexport.md): <div class="op-path-box"><span class="op-http-method-post">POST</span> /v3/reports/grid/<span class="op-path-parameter">{gridEntityType}</span>/exports</div> Use this endpoint to start an export for a
