List developer logs
Your workspace’s own request history: API calls and webhook delivery attempts merged into one time-ordered feed, newest first, with 90-day retention. source tells the two apart and decides which fields are populated - API rows carry method/endpoint/timing/cost, webhook rows carry event/attempt/status.
Request and response bodies are omitted unless you pass include_payloads=true: they contain whatever was sent, so they are opt-in rather than returned in every page.
Requires scope logs:read.
Authorizations
API key from Developer dashboard (Bearer token).
Query Parameters
Limit to one stream.
api, webhook Substring match on the endpoint path (API rows) or event name (webhook rows).
Exact HTTP status. Pins results to API rows.
Only failures, or only successes.
errors, success Activity type filter, e.g. social, images, videos.
Comma-separated platform filter, e.g. facebook,instagram.
Limit to one API key. Pins results to API rows.
Start of the window (YYYY-MM-DD or a date-time).
End of the window (YYYY-MM-DD or a date-time).
Include request/response bodies. Off by default.
x <= 100
