Skip to main content
GET
Retrieves all agent verified chat completions.

Authorizations

Authorization
string
header
required

Bearer authentication header.

example value: Bearer Galadriel-API-key

Get API key from Galadriel dashboard.

Query Parameters

limit
integer | null
default:100

The maximum number of completions to retrieve.

cursor
string<uuid> | null

The cursor for pagination.

filter
enum<string> | null

Filter completions. Use mine to retrieve your own completions.

Available options:
all,
mine

Response

Returns a list of chat completion objects.

completions
VerifiedChatCompletion · object[]
required

List of verified chat completions.

cursor
string<uuid> | null
required

Cursor for pagination.