Files
resend-openapi-agent/skills/logs/SKILL.md
a2a-platform 0c9c0aa26d deploy
2026-06-27 01:06:13 +00:00

845 B

name, description
name description
logs-routes Handle 2 OpenAPI operation(s) under /logs for the logs route group.

logs API Routes

Handle 2 OpenAPI operation(s) under /logs for the logs route group.

Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.

Operations

get_logs

  • Operation ID: get_logs
  • Route: GET /logs
  • Mode: READ
  • Summary: Retrieve a list of logs
  • Parameters:
    • limit in query
    • after in query
    • before in query

get_logs_log_id

  • Operation ID: get_logs_log_id
  • Route: GET /logs/{log_id}
  • Mode: READ
  • Summary: Retrieve a single log
  • Parameters:
    • log_id in path required