get_proof_request_status

Retrieves the current status of a checkpoint proof request.

post
  • 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
post
/

Last updated