Vapi · Example Payload

Vapi Eval Example

This eval checks if the user flow is verified.

AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCP

Vapi Eval Example is an example object payload from Vapi, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

messagesidorgIdcreatedAtupdatedAtnamedescriptiontype

Example Payload

Raw ↑
{
  "messages": "[{ role: \"user\", content: \"Hello, how are you?\" }, { role: \"assistant\", judgePlan: { type: \"exact\", content: \"I am good, thank you!\" } }]",
  "id": "example",
  "orgId": "example",
  "createdAt": "2026-05-24T00:00:00.000Z",
  "updatedAt": "2026-05-24T00:00:00.000Z",
  "name": "Verified User Flow Eval",
  "description": "This eval checks if the user flow is verified.",
  "type": "chat.mockConversation"
}