v1
latestOpenAPI 3.0.32026-07-26710398.3 KBProject
List Prompt Suggestions
List the prompt suggestions of a project
get/prompts/suggestions
Query parameters
project_idstring
Required if using a company api key
Example:or_f45b94ba-5e35-4982-93ed-285e72ee14eb
topic_idstring
limitnumber
offsetnumber
Response
Success
Example response
{
"data": [
{
"id": "ps_93f790de-5b7a-45ee-b782-61103c81f20d",
"messages": [
{
"content": "What is the best SEO tool?"
}
],
"tags": [
{
"id": "tg_23abec5b-100a-4261-9ee7-1effe68f0149"
}
],
"topic": {
"id": "to_e6b8cdd3-a51b-4d94-a866-28dbe6b830a6"
}
}
]
}