Skip to main content

Get request history

GET 

/v2/endpoints/:endpoint/requests

Retrieves a searchable list of all requests received by the mock server. Supports extensive filtering by date, status, method, behavior, and body content.

Request

Responses

Request history retrieved successfully. Response format:

  • Without requestId path parameter: Returns paginated array with cursor-based pagination
  • With requestId path parameter: Returns single RequestLog object directly