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.
cURL
curl --request GET \ --url https://api-sandbox.featherhq.com/v1/ask-feather/sessions/{session_id} \ --header 'x-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "usage": { "input_tokens": 123, "output_tokens": 123, "cost_usd": 123 }, "messages": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "seq": 123, "role": "<string>", "content": [ "<unknown>" ], "created_at": "2023-11-07T05:31:56Z" } ] }
Successful Response
Per-chat token + cost totals, summed across the session's messages.
Show child attributes
Was this page helpful?