Skip to main content
GET
/
client
/
history-metadata
/
{id}
Get history metadata
curl --request GET \
  --url https://api.orbital-systems.com/client/history-metadata/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "timestamp": "<string>",
  "session_type": "<string>",
  "shower_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://orbitalsystems.mintlify.app/llms.txt

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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Session ID

Response

Success

id
string
timestamp
string
session_type
string
shower_id
string<uuid>