Fetch all present-proof exchange records

GET {{baseUrl}}/present-proof/records?connection_id=<uuid>&data_agreement_id=<string>&data_agreement_template_id=<string>&include_fields=<string>&page=<integer>&page_size=<integer>&role=verifier&state=presentation_sent&thread_id=<uuid>

Request Params

KeyDatatypeRequiredDescription
connection_idstringConnection identifier
data_agreement_idstringData agreement identifier
data_agreement_template_idstringData agreement template identifier
include_fieldsstringComma separated fields to be included in the response.
pagestringPage number
page_sizestringPage size
rolestringRole assigned in presentation exchange
statestringPresentation exchange state
thread_idstringThread identifier

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;auto_present&quot;:&quot;\u003cboolean\u003e&quot;,&quot;connection_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;9441-93-25T50:84:64&quot;,&quot;data_agreement&quot;:{},&quot;data_agreement_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;data_agreement_problem_report&quot;:{},&quot;data_agreement_status&quot;:&quot;\u003cstring\u003e&quot;,&quot;data_agreement_template_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;error_msg&quot;:&quot;\u003cstring\u003e&quot;,&quot;initiator&quot;:&quot;self&quot;,&quot;presentation&quot;:{},&quot;presentation_exchange_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;presentation_proposal_dict&quot;:{},&quot;presentation_request&quot;:{},&quot;presentation_request_dict&quot;:{},&quot;role&quot;:&quot;verifier&quot;,&quot;state&quot;:&quot;\u003cstring\u003e&quot;,&quot;thread_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;trace&quot;:&quot;\u003cboolean\u003e&quot;,&quot;updated_at&quot;:&quot;6852-52-34T93:19&quot;,&quot;verified&quot;:&quot;false&quot;},{&quot;auto_present&quot;:&quot;\u003cboolean\u003e&quot;,&quot;connection_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;5019-41-22 74:40+26:73&quot;,&quot;data_agreement&quot;:{},&quot;data_agreement_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;data_agreement_problem_report&quot;:{},&quot;data_agreement_status&quot;:&quot;\u003cstring\u003e&quot;,&quot;data_agreement_template_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;error_msg&quot;:&quot;\u003cstring\u003e&quot;,&quot;initiator&quot;:&quot;external&quot;,&quot;presentation&quot;:{},&quot;presentation_exchange_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;presentation_proposal_dict&quot;:{},&quot;presentation_request&quot;:{},&quot;presentation_request_dict&quot;:{},&quot;role&quot;:&quot;verifier&quot;,&quot;state&quot;:&quot;\u003cstring\u003e&quot;,&quot;thread_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;trace&quot;:&quot;\u003cboolean\u003e&quot;,&quot;updated_at&quot;:&quot;8064-55-02 00:01&quot;,&quot;verified&quot;:&quot;true&quot;}]}