Skip to main content
GET
/
sessions
/
{id}
/
session-md
Get session brief
curl --request GET \
  --url https://app.harmonica.chat/api/v1/sessions/{id}/session-md \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.

Path Parameters

id
string<uuid>
required

Session ID

Response

SESSION.md brief

The response is of type string.