Skip to main content

Search for messages matching a given indexation key.

GET 

/api/v1/messages

Search for messages matching a given indexation key.

Request

Query Parameters

    index stringrequired

    Hex-encoded indexation key that should be searched for.

    Example: 68656c6c6f20776f726c64

Responses

Successful operation.

Schema
    data objectrequired
    index stringrequired

    The provided hex-encoded indexation key that was used to search for.

    maxResults integerrequired

    The number of results it can return at most.

    count integerrequired

    The actual number of found results.

    messageIds string[]required

    The identifiers of the found messages that match the given indexation key.

Loading...