---
title: "Gets a request logging log file."
method: GET
path: "/v2.1/diagnostics/request_logs/{requestLogId}"
tags: ["RequestLogs"]
---

# Gets a request logging log file.

`GET /v2.1/diagnostics/request_logs/{requestLogId}`

Retrieves information for a single log entry.

**Request**
The `requestLogId` property can be retrieved by getting the list of log entries. The Content-Transfer-Encoding header can be set to base64 to retrieve the API request/response as base 64 string. Otherwise the bytes of the request/response are returned.

**Response**
If the Content-Transfer-Encoding header was set to base64, the log is returned as a base64 string.

## Path parameters

- `requestLogId` string, required

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
