PAI Chat·Endpoint
GET
/promptRetrieve all prompts
Retrieve all prompts
POST/promptarrow_forwarddouble_arrow
Returns 200
Array of objects.
report
Errors
/promptRetrieve all prompts
POST/promptarrow_forwardcurl -X GET 'https://chat-api-dev.paicloud.ai//prompt' \
-H 'Authorization: Bearer YOUR_API_TOKEN'[
{
"id": "00000000-0000-0000-0000-000000000001",
"type": "dynamic",
"name": "name",
"trigger": "trigger",
"content": "content",
"section": "communication_style",
"active": true,
"createdAt": "2026-01-01T00: 00:00Z",
"updatedAt": "2026-01-01T00: 00:00Z"
}
]