cURL
curl --request GET \ --url https://api.example.com/prompts \ --header 'Authorization: Bearer <token>'
{ "prompts": [ { "id": "kSuB9Gf6aD4", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "arguments": {}, "messages": {} } ] }
Enter 'Bearer' followed by a space and your token (e.g., 'Bearer ${HASMCP_ACCESS_TOKEN}').
A list of prompts
Show child attributes