cURL
curl --request GET \ --url http://localhost:6060/api/agent-server/prompts/{name}/versions/{version}
{ "error": true, "message": "<string>", "data": { "name": "<string>", "version": 123, "template": "<string>", "label": "<string>", "commit_message": "<string>", "created_at": "2023-11-07T05:31:56Z" }, "status": 123, "errorDetails": {} }
Prompt version retrieved successfully
Show child attributes