action wiremock_get_admin_requests { label: "Get all requests in journal" provider: wiremock method: GET path: "/__admin/requests" encoding: json input: { type: "object" properties: { limit: { type: "string" } since: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }