Skip to main content
GET
/
agent-responses
/
{id}
Get Agent Response
curl --request GET \
  --url https://api.tess.im/agent-responses/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.tess.im/llms.txt

Use this file to discover all available pages before exploring further.

Code Examples

curl --request GET \
  --url 'https://api.tess.im/agent-responses/{id}' \
  --header 'Authorization: Bearer YOUR_API_KEY'

Path Parameters

id
string
required
The ID of the agent response

Response


{
"id": 4773337,
"status": "succeeded",
"input": "hello",
"output": "Hello! If you have any questions about the Tess AI documentation, feel free to ask!",
"credits": 0.006145,
"root_id": 4773337,
"created_at": "2025-01-05T19:35:21.000000Z",
"updated_at": "2025-01-05T19:35:23.000000Z",
"template_id": 8794
}