Skip to main content
GET
/
prompt-logs
/
variable-history
Get Variable History
curl --request GET \
  --url https://api.promptmetrics.dev/prompt-logs/variable-history \
  --header 'Authorization: Bearer <token>'
{
  "responseData": {
    "data": "<array>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

template_version_id
string
required
workspace_id
string
required

Response

200 - application/json

Variable history

responseData
object