cURL
curl --request GET \ --url https://api.bland.ai/v1/prompts/{prompt_id} \ --header 'authorization: <authorization>'
{ "status": "success", "prompt": { "id": "PT-aa8fb0ac-0014-43c0-9268-543522ce7e27", "prompt": "My Prompt", "name": "My First Prompt" "last_updated": "2024-05-12T22:52:49.004987+00:00", } }
Retrieves data for a specific prompt_id.