> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/platform-docs/test-data-orchestrator-tdo/user-documentation/api-guide/business-rule-apis/get-business-rule-details.md).

# 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.

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2F0EbGQTpaTVPIVvFGiTAb%2Fimage.png?alt=media&amp;token=0706a347-65af-4085-87b7-32037805e038" alt=""><figcaption><p>Get business rule details call</p></figcaption></figure>

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

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

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

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FsjHIzh7clb7HxPluAPMy%2Fimage.png?alt=media&amp;token=8c498ed8-3f6c-4c4f-889d-0edd2909e7a2" alt=""><figcaption><p>Return message showing business rule details</p></figcaption></figure>
