Requests access to an agent.
Creates a pending access request and notifies agent admins via email.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The agent ID.
The tenant identifier
Query Parameters
The requested role (Viewer or Editor). Defaults to Viewer.
"UNSPECIFIED" | "VIEWER" | "EDITOR" | "ADMIN"Response Body
curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string/collaborators:requestAccess"Rejects a pending access request.
Removes the pending request. Requires Admin role on the agent.
Lists the immutable audit timeline for a single approval request, newest-first.
Each entry records one lifecycle transition (requested / responded / cancelled / expired) with the actor, the channel they acted through (web, connector, topic callback, system), and — for the decision — the verdict and any free text. The requested entry also carries the tool parameters that were put up for approval. Returns an empty page when the approval id does not belong to the agent in the route.