cURL
curl --request POST \ --url https://api.intelligence.io.solutions/api/r2r/v3/prompts \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "id", "name": "name", "template": "template", "created_at": "2024-01-15T09:30:00Z", "updated_at": "2024-01-15T09:30:00Z", "input_types": { "key": "value" } } ], "total_entries": 1 }
List all available prompts. This endpoint retrieves a list of all prompts in the system. Only superusers can access this endpoint.
The access token received from the authorization server in the OAuth 2.0 flow.
200
Show child attributes
"id"
"name"
"template"
"2024-01-15T09:30:00Z"
"value"
1
Was this page helpful?