# Get Business Rule Details

This API gets details on a single business rule in a coverage set.  It is sent as a POST.  The ID of the rule you want details on is included in the call.

&#x20;

<figure><img src="/files/auUa638pgCZnPXTiQzEq" alt=""><figcaption><p>Get business rule details call</p></figcaption></figure>

&#x20;

The body of the call includes the context – user ID, password, and coverage set.  No other items are required.

&#x20;

```
{
    "context": {
        "user": "mbj_test",
        "password": "xxxx",
        "project": {
            "name": "imp_payments_demo",
            "version": "1.0"
        },
        "coverage" : {
            "name": "api_demo_coverage",
          "version": "1.2"
        }
    }
}
```

&#x20;

The return message on this API gives all details on the specified rule, including created by, updated by, and all of the conditions.

&#x20;

<figure><img src="/files/0iJBAu8zmoHD1pnoykww" alt=""><figcaption><p>Return message showing business rule details</p></figcaption></figure>


---

# 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.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/api-guide/business-rule-apis/get-business-rule-details.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.
