Use this file to discover all available pages before exploring further.
GET /rest/v1/sessions/{session_id}
Returns the session record for the authenticated workspace. Use this to look up a session’s metadata after it was created — for example, to resume a conversation by listing its messages.
Returns the same shape as Create Session, with one difference: thread_id, _links.thread, and _links.final_message are always null here. Build polling URLs from message responses or from _links.messages instead.