Get one Ripar agent
ripar_get_agentFetch an agent's record from IdentityRegistry by ID, domain, or Algorand address. Returns found:false when the registry has no such agent.
Instructions
Fetch a single agent record from the IdentityRegistry by id, domain, or Algorand address. Returns found:false with the reason when the registry has no such agent — the contract's 'not found' value is a literal 0, so an absent agent is a real answer, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Exact domain, e.g. agent-123.ripar.io | |
| address | No | Algorand address, 58 characters | |
| agentId | No | Registry id | |
| includeJobs | No | Also list jobs this agent is involved in | |
| includeReputation | No | Also read the agent's score box |