Skip to main content

Requesting History

This article introduces the "Request History" feature in Apidog, which allows you to view and manage your API request history.

View API Request History

When you perform sending API requests in the "API Management" section, the request/response content of the API will be automatically saved as a snapshot on your local machine. You can view these snapshot data in the "Request History → Personal" feature, which facilitates tracing back and reinitiating requests.

You can modify the parameters directly on this request history and click the "Send" button to debug this API again.

tip
  • Automatically generated and saved request history is stored on the "Personal" tab and is only visible to yourself. If you need to share the results with other team members, you can use the "Share" feature.
  • If your API request + response data exceeds 1MB, the request result will not be saved as a request history snapshot. However, you can click "Share" to save this request result to the cloud.
  • When requesting on the client, the request history is saved locally with a limit of 500 entries.
  • When requesting on the web, the request history is stored in the browser's storage with a limit of 500 entries.
  • Request history data is independent between different platforms and devices.

Sharing Requested Results / Requested History

When you need to synchronize the results of an API request with other team members, such as when you need assistance in reviewing the API request results, you can click the "Share" button in the upper right corner of the returned results to create a sharing link and share this request result with other project members.

Other members in the project can access the shared request history by clicking on the generated sharing link. This will allow them to view the shared request results and initiate requesting. Alternatively, project members can manually navigate to the project's "Request History - Shared" section to view all the shared request histories within the project.

tip

When sharing, the request results and local request history will be uploaded to the cloud for team collaboration purposes.