Skip to main content
GET
/
integrations
/
schema
/
conversation-fields
Get conversation fields schema
curl --request GET \
  --url https://antler.qode.world/api/v1/integrations/schema/conversation-fields \
  --header 'x-api-key: <api-key>'
[
  {
    "name": "conversation_id",
    "type": "string"
  },
  {
    "name": "date",
    "type": "string"
  },
  {
    "name": "founder_first_name",
    "type": "string"
  },
  {
    "name": "founder_last_name",
    "type": "string"
  },
  {
    "name": "founder_name",
    "type": "string"
  },
  {
    "name": "founder_email",
    "type": "string"
  },
  {
    "name": "founder_role",
    "type": "string"
  },
  {
    "name": "founder_linkedin",
    "type": "string"
  },
  {
    "name": "cohort",
    "type": "string"
  },
  {
    "name": "source",
    "type": "string"
  },
  {
    "name": "status",
    "type": "string"
  },
  {
    "name": "ps_summary",
    "type": "string"
  },
  {
    "name": "cap_table",
    "type": "string"
  },
  {
    "name": "pitch_deck",
    "type": "string"
  },
  {
    "name": "elevator_pitch",
    "type": "string"
  },
  {
    "name": "problem",
    "type": "string"
  },
  {
    "name": "solution",
    "type": "string"
  },
  {
    "name": "traction",
    "type": "string"
  },
  {
    "name": "commercial",
    "type": "string"
  },
  {
    "name": "market_size",
    "type": "string"
  },
  {
    "name": "why_now",
    "type": "string"
  },
  {
    "name": "competition",
    "type": "string"
  },
  {
    "name": "why_you",
    "type": "string"
  },
  {
    "name": "fundraising_status",
    "type": "string"
  },
  {
    "name": "availability",
    "type": "string"
  },
  {
    "name": "passport_and_visa",
    "type": "string"
  },
  {
    "name": "video_url",
    "type": "string"
  },
  {
    "name": "founder_phone",
    "type": "string"
  },
  {
    "name": "transcript",
    "type": "string"
  },
  {
    "name": "founder_current_location",
    "type": "string"
  },
  {
    "name": "co_founders_data",
    "type": "string"
  },
  {
    "name": "tokenized_link",
    "type": "string"
  },
  {
    "name": "why_antler",
    "type": "string"
  }
]

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Schema retrieved successfully

name
string

The snake_case field name as returned in the conversation details response

type
string

The data type of the field (e.g. "string")