Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
分页列出当前账号下的 Forward Template。
GET /api/v1/forward/templates
Bearer <PAT>
active
archived
before_id
after_id
curl -s -X GET 'https://api.qoder.com/api/v1/forward/templates' \ -H "Authorization: Bearer $QODER_PAT"
{ "data": [ { "type": "template", "id": "tmpl_support", "name": "Support assistant", "description": "Handles customer support requests", "status": "active", "created_at": "2026-06-18T10:00:00Z", "updated_at": "2026-06-18T10:00:00Z" } ], "first_id": "tmpl_support", "last_id": "tmpl_support", "has_more": false }
invalid_request_error
limit
authentication_error
authentication_required
permission_error