# Retrieving Signed Documents

emSigner provides APIs to get status of documents and fetch the signed documents based on workflow identifier or reference number (passed by calling application).

To get status of documents sent, please use the GetWorkflowInfo API call with the requested parameters and JWT token generated as part of "Making your first API call" section as shown below.

<figure><img src="/files/6vINYRCHjs4QuoDMppJe" alt=""><figcaption></figcaption></figure>

**Sample Response**

```json
test
```

To get the list of signed documents, please use the DownloadWorkflowDocuments API call with the requested parameters and JWT token generated as part of “Making your first API call” section as shown below


---

# 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://support.emsigner.com/apis/esignature-rest-api/how-tos/retrieving-signed-documents.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.
