webhook_endpoint_requests
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Fetch the requests captured by a webhook created with webhook_endpoint_create. Returns the newest requests first with method, headers, query params, body payload, and timestamps.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Webhook id returned by webhook_endpoint_create"
},
"limit": {
"type": "number",
"description": "Maximum number of requests to return (1-100, default: 20)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries