Skip to main content
GET
/
v2
/
aether
/
chats
/
{chat_id}
/
messages
Load messages for an existing chat session
curl --request GET \
  --url https://api.example.com/v2/aether/chats/{chat_id}/messages \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "parts": [
      {
        "type": "<string>",
        "text": "<string>"
      }
    ],
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chat_id
string
required

Response

Successful Response

id
string
required
role
enum<string>
required
Available options:
user,
assistant,
system
parts
(TextPart · object | ReasoningPart · object | ToolInvocationPart · object | FilePart · object | SourceUrlPart · object)[]
required
createdAt
string<date-time> | null
required