Skip to main content
GET
List FAQ entries

Overview

Retrieve all FAQ entries currently stored for the specified agent and environment. Use the returned faqId values to update or delete individual entries.

Required Permission

agents

Path Parameters

Query Parameters

Example cURL

Response

Success (200)

Response Fields

Error Responses

404 Not Found - Agent does not exist

Use Cases

  • Reviewing existing FAQ content before making updates
  • Retrieving faqId values needed for Update FAQ or Delete FAQs
  • Auditing FAQ coverage across languages and environments
Always list FAQs first to get the faqId values before calling Update FAQ or Delete FAQs.
Save the requestId from every response. You will need it if you contact Inya support to trace a specific request.

Authorizations

x-api-key
string
header
required

API key with 'agents' permission

Path Parameters

botId
string
required

Unique identifier of the agent

Query Parameters

environment
enum<string>
default:development

Filter by environment. Default is development.

Available options:
development,
staging,
production

Response

FAQs retrieved successfully

status
string
Example:

"success"

requestId
string
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

message
string
response
object