# RDA - Python API

## Working with API using Python

How to work with Python using the API library

## Datasets Classes <a href="#datasets-classes" id="datasets-classes"></a>

Data in CloudFabrix's AIOps platform is organized as datasets. Each dataset is associated with a unique tag. A tag allows to fetch the data related to that dataset and is mandatory while making queries so that only related data from a dataset is fetched. For example, a CaaSDataset class provides methods to fetch all the tags and their associated metadata. There are also convenience methods (pre-defined functions/API) that are provided for well-known tags including Inventory, Incidents, Alerts, etc. Optionally filters defined in the form of [CFXQL](https://oiadocs.cloudfabrix.io/developer-guide/cfxdx-data-exporer/cfxql-cfx-query-language) can be specified as an argument.

​

## ​ <a href="#undefined" id="undefined"></a>

## **​** <a href="#undefined-1" id="undefined-1"></a>

​

Last updated 4 months ago


---

# 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.cloudfabrix.io/rda/rda-python-api.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.
