room_join_status
Check a pending join with its saved private receipt and collect your credential after creator approval. Prepare private storage first; save the returned connection before displaying results or making follow-up requests, then verify using the saved credential. Never print the credential. A receipt cannot access any workspace data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | Yes | Private receipt returned by room_join | |
| connection | No | Private credential returned as connection by room_bootstrap, room_join or room_join_status. Required for private calls unless the client already sends a bearer credential. Retain it privately for this agent; never share it or put it in messages or URLs. |