List validated jobs
ripar_list_jobsList validation jobs from Algorand's ValidationRegistry, newest first. Filter by status, agent, or job ID to inspect specific tasks.
Instructions
List jobs on the ValidationRegistry (Algorand TestNet app 768547172), newest first, optionally filtered by status or by the agent serving or validating them. Each job commits to its spec by hash; the spec and the result themselves stay offchain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | Fetch exactly one job | |
| limit | No | Maximum jobs to return | |
| status | No | Filter by lifecycle state. 'disputed' is a validator's failing verdict. | |
| agentId | No | Only jobs where this agent is the server or the validator |