Skip to main content
When something breaks in production, debugging slows down because evidence is scattered — backend logs in one place, Slack threads in another, Jira comments somewhere else. GetRequest lets you link directly to the exact request and response that caused an issue. Anyone you share the link with can view it immediately, no account required.
Shareable links require the Pro plan.

1

Open the log entry

Find the request in Logs and click the row to open the full detail view.
2

Click Share

Click the Share button. GetRequest generates a unique public URL instantly.
3

Copy and distribute

Copy the link and paste it anywhere — Slack, GitHub, Jira, Notion, Linear, or email.
Every shareable link follows this format:

What the recipient sees

Anyone who opens the link gets a read-only view of the full captured exchange:
  • Request — method, path, headers, query parameters, and body
  • Response — status code, headers, and body
  • Timing — how long the request took end-to-end
  • Shared at — the timestamp when the link was created
  • Expires at — the date the link will stop working
No account. No login. No permissions to configure. The link works for anyone who has it.
Shareable links expire automatically 30 days after creation. After expiry, the link returns a 404 and the shared content is no longer accessible. If you need to stop sharing a link before it expires, open the original log entry and click Revoke. The link becomes invalid immediately — anyone who tries to open it will see a 404.

Bug reports

Attach the link to a GitHub issue or Jira ticket. The engineer picking it up sees the exact request shape without needing access to your dashboard.

Customer support

A customer reports an error. Share the link with your support team so they can see exactly what the customer sent and what your backend returned.

Cross-team debugging

Your frontend team says the API is broken. Your backend team says it’s fine. Share the log entry — both teams see the same data instead of competing narratives.

Postmortems

Attach the specific failing request to your incident report. The evidence is immutable, timestamped, and accessible to everyone reviewing the incident.

Code review

Paste the link in a PR comment to show the actual request and response that a change needs to handle correctly.