Skip to main content
GET
List versioned prompts

Authorizations

Authorization
string
header
required

In the form Bearer <api_key_here>. You can find your api key in your dashboard.

Path Parameters

agentId
string
required

ID of the agent.

Query Parameters

limit
integer
default:100

The maximum number of prompts to list.

cursor
string

The pagination cursor returned by the previous request. Feed the result provided by vogent verbatim.

Response

Successful operation

data
object[]
required
cursor
string | null
required

A cursor you can pass to fetch the next page. If no next page exists, the cursor will be null.