Questions
Get questions
Value
Description
curl "https://api.delphi.ai/v3/questions?type=pinned&count=3" \
-H "x-api-key: YOUR_API_KEY"{
"questions": [
{
"id": "q-001",
"index": 2,
"question": "What's your best advice for beginners?",
"pinned": true,
"user_edited": false,
"created_at": "2025-06-01T12:00:00.000Z",
"updated_at": "2025-06-01T12:00:00.000Z"
},
{
"id": "q-002",
"index": 1,
"question": "How did you get started in your career?",
"pinned": true,
"user_edited": true,
"created_at": "2025-05-20T09:00:00.000Z",
"updated_at": "2025-06-10T14:30:00.000Z"
}
]
}Field
Type
Description
Last updated