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

&#x20;

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

&#x20;&#x20;

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

&#x20;

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

&#x20;

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

&#x20;&#x20;

<figure><img src="/files/JRgcgUseKuYnjLqAFjBU" alt=""><figcaption><p>Return message showing details on a single coverage set</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/coverage-set-apis/get-single-coverage-set-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.
