Search for anchors.

Use this operation to retrieve all anchors having a given name, hash, signedHash and/or tags property.

Only anchors 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, hash and signedHash.

Allowed:
string

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

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

string

hash to search for: all anchors whose hash property is equal are returned.

string

signedHash to search for: all anchors whose signedHash property is equal are returned.

tags
array of strings

Tags to search for: all anchors having all of these tags sets are returned.

tags
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