Skip to main content
GET
/
api
/
sessions
/
{session_id}
/
star
Get star status
curl --request GET \
  --url https://api.example.com/api/sessions/{session_id}/star
{
  "starred": true
}

Path Parameters

session_id
string
required

Response

Undescribed

starred
boolean
required