channel.questions.list
Customer questions awaiting an answer (with deadlines).
- method + path:
GET /v1/channel/{ext}/questions - TR label: Pazaryeri müşteri soruları
- auth: authenticated · scope gates: any of
admin,orders:read,orders:write— “Siparişleri yalnızca mağaza sahibi görebilir” - agentPolicy:
quote— a provider call with no store-state change (offers, labels, validators) — every token kind calls it directly. - effects:
provider - idempotency: server — the platform derives the key
- wraps: — (no command inside)
Machine-readable body schema: /schemas/routes/channel.questions.list.json.
Body
No request body.
Query
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
},
"cursor": {
"type": "string",
"maxLength": 200
},
"status": {
"type": "string",
"maxLength": 32
}
}
}Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.questions.list.md