get_proof_request_status
Takes a request_id returned by
checkpoint_proof.Returns the status string (e.g. Created, InProgress, Succeeded, or Failed).
This endpoint lets you monitor the lifecycle of a proof job.
Body
Responses
200
JSON-RPC success (status) or error
application/json
400
Invalid request payload or request_id format
application/json
500
Internal indexer error
application/json
post
/Last updated