Agents
Submission Status
Check the status of a reputation feedback submission
GET
Documentation Index
Fetch the complete documentation index at: https://docs.credprotocol.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Method | Header | Cost |
|---|---|---|
| API Token | Authorization: Bearer YOUR_API_KEY | 0 Cred Units |
| x402 Payment | X-PAYMENT: <signed_payment> | Free |
Path Parameters
ERC-8004 agent ID. Must be >= 1.
Submission UUID returned by the submit endpoint
Response
UUID tracking this submission
The ERC-8004 agent ID
Current status:
pending, scoring, uploading, submitting, confirmed, or failedComputed scores (available after the
scoring phase)Andromeda 1.0 credit score (300–1000)
Sybil risk score (0–100)
Number of verified identity attestations
On-chain transaction details per tag (available after confirmation)
Feedback tag (e.g.,
creditScore)Transaction hash on Base
Block number of confirmation
Gas used by the transaction
IPFS URI of the off-chain feedback JSON
Error message if status is
failedISO 8601 timestamp when the submission was created
ISO 8601 timestamp when the submission was last updated