curl -X GET "https://api.helicone.ai/v1/prompt-2025/id/prompt_123" \
-H "Authorization: Bearer $HELICONE_API_KEY"
{
"id": "prompt_123",
"name": "Customer Support Bot",
"tags": ["support", "chatbot"],
"created_at": "2024-01-15T10:30:00Z"
}
Retrieve a specific prompt by ID
curl -X GET "https://api.helicone.ai/v1/prompt-2025/id/prompt_123" \
-H "Authorization: Bearer $HELICONE_API_KEY"
{
"id": "prompt_123",
"name": "Customer Support Bot",
"tags": ["support", "chatbot"],
"created_at": "2024-01-15T10:30:00Z"
}
curl -X GET "https://api.helicone.ai/v1/prompt-2025/id/prompt_123" \
-H "Authorization: Bearer $HELICONE_API_KEY"
{
"id": "prompt_123",
"name": "Customer Support Bot",
"tags": ["support", "chatbot"],
"created_at": "2024-01-15T10:30:00Z"
}
Was this page helpful?