Required. The unique identifier of the agent. If the brand identifier is "1234" and the agent identifier is "5678", this parameter resolves to "brands/1234/agents/5668".
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Agent.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-14 UTC."],[[["This endpoint retrieves information about a specific agent using its unique identifier."],["The request is made via an HTTP GET method to a specific URL that includes the agent's name."],["The `name` parameter, which is mandatory, specifies the agent's unique identifier within the `brands/*/agents/*` structure."],["The request body should be empty for this GET operation, as only parameters are being used."],["A successful response returns an `Agent` instance, containing the requested agent's details."]]],[]]