Agents
Submission Status
Check the status of a reputation feedback submission
GET
Overview
Poll this endpoint to track the progress of an on-chain reputation submission. Returns the current status, computed scores (once available), and transaction details after confirmation.This is a free endpoint (0 Cred Units). Poll every 5–10 seconds until the status is
confirmed or failed.Authentication
Path Parameters
integer
required
ERC-8004 agent ID. Must be >= 1.
string
required
Submission UUID returned by the submit endpoint
Response
string
UUID tracking this submission
integer
The ERC-8004 agent ID
string
Current status:
pending, scoring, uploading, submitting, confirmed, or failedobject
Computed scores (available after the
scoring phase)integer
Andromeda 1.0 credit score (300–1000)
integer
Sybil risk score (0–100)
integer
Number of verified identity attestations
array
On-chain transaction details per tag (available after confirmation)
string
Feedback tag (e.g.,
creditScore)string
Transaction hash on Base
integer
Block number of confirmation
integer
Gas used by the transaction
string
IPFS URI of the off-chain feedback JSON
string
Error message if status is
failedstring
ISO 8601 timestamp when the submission was created
string
ISO 8601 timestamp when the submission was last updated