# CV API Reference

The `cv` namespace contains the classes that interface with Analyzer reports.

## `cv.api`

The `api` namespace contains the classes of Analyzer Service APIs.

Source: [doc-js/cv/api/\_namespace.jsdoc, line 17](https://github.com/pentaho/pentaho-analyzer/tree/master/b/pentaho/p-analyzer/client/src/main/doc-js/cv/api/_namespace.jsdoc#L17)

| Name         | Summary                                                                                                           |
| ------------ | ----------------------------------------------------------------------------------------------------------------- |
| `event`      | The event system definition for `cv.api` class. Contains all necessary calls for creating and registering Events. |
| `operation`  | The operation system definition for `cv.api` class.                                                               |
| `report`     | The report system definition for `cv.api` class.                                                                  |
| `reportUtil` | The report utilities system definition for `cv.api` class.                                                        |
| `ui`         | The user interface system definition for `cv.api` class.                                                          |
| `util`       | The utilities system definition for `cv.api` class.                                                               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/analyzer-external-javascript-api/cv-apis-pentaho-analyzer-external-javascript-api-cp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
