PAI Chat·Endpoint
GET
/attributeList chatbot attributes
List chatbot attributes
POST/attributearrow_forwarddouble_arrow
Returns 200
Array of objects.
report
Errors
/attributeList chatbot attributes
POST/attributearrow_forwardcurl -X GET 'https://chat-api-dev.paicloud.ai//attribute' \
-H 'Authorization: Bearer YOUR_API_TOKEN'[
{
"id": "00000000-0000-0000-0000-000000000001",
"chatbotId": "00000000-0000-0000-0000-000000000001",
"name": "name",
"values": [
{
"value": "value",
"description": "description"
}
],
"createdAt": "2026-01-01T00: 00:00Z",
"updatedAt": "2026-01-01T00: 00:00Z"
}
]