/integrations/onepassword/*/audit
GET/integrations/onepassword/*/audit
Lists recent credential-fill activity for a single 1Password integration owned by the token, newest first. One entry per Browserless.loadSecret attempt: outcome, error code, the credential reference, and non-secret target metadata. A resolved secret value is never recorded or returned. Paginated via "limit" (default 100, capped at 1000) and "offset" (default 0). Returns 404 if no integration with that id exists for this token.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 429
- 500
- 503
The request contains errors or didn't properly encode content.
The request is missing, or contains bad, authorization credentials.
The request targets a destination that is not allowed.
Resource couldn't be found.
The request took has taken too long to process.
Too many requests are currently being processed.
An internal error occurred when handling the request.
Service is unavailable.