Skip to main content
GET
Retrieves a verified chat completion by hash.

Authorizations

Authorization
string
header
required

Bearer authentication header.

example value: Bearer Galadriel-API-key

Get API key from Galadriel dashboard.

Path Parameters

hash
string
required

The hash of the verified completion.

Response

Returns a verified chat completion object.

id
string
required

Unique ID of the verified completion.

request
Request · object
required
response
Response · object
required
hash
string
required

The SHA-256 hash of the request and response

public_key
string
required

Signer public key

signature
string
required

The signature of the hash, signed by the Solana account in hex format.

attestation
string
required

The attestation document.

tx_hash
string
required

The transaction hash.

created_at
integer
required

The timestamp of when the verified completion was created.