> 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/coverage-set-apis/get-single-coverage-set-details.md).

# Get Single Coverage Set Details

This call is used to obtain details on a single coverage set. This call is sent as a ‘POST’. You must know the ID prior to setting this one up as the target coverage set ID is used in the API header.

<figure><img src="/files/B5Q0OoHSo4mWCv34ZGkk" alt=""><figcaption><p>Call to get single coverage set details</p></figcaption></figure>

The body of the call is the same as used for ‘get all coverage sets’.

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

The return message contains details only for the requested coverage set.

<figure><img src="/files/JRgcgUseKuYnjLqAFjBU" alt=""><figcaption><p>Return message showing details on a single coverage set</p></figcaption></figure>
