Search for signature requests.

Use this operation to retrieve all signature requests having a given name and/or hashToSign property.

Only requests belonging to the authenticated user are returned.

Paging and sorting is supported.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 0

Index of the page to retrieve (from 0).

integer
Defaults to 20

Number of anchors per page.

string
enum
Defaults to ASC

Sorting direction: ASC for ascending DESC for descending.

Allowed:
string
enum
Defaults to created

Sorting property: possible values are limited to created and hashToSign.

Allowed:
string

name to search for: all signature requests whose name property contains this sub-string are returned.

WARNING: Searching by name can timeout on a large signature request set.

string

hashToSign to search for: all signature requests whose hashToSign property is equal are returned.

states
array of strings

States to search for: all signature requests whose state property is part of theses states are returned.

states
Responses

400

Invalid request. More details are returned in the response body as a JSON object.

504

Can be triggered when searching by name if the request takes too long to process.

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json