🧠 Memory
Get Sessions
This endpoint gets a list of sessions
GET
/
v1
/
motorhead
/
sessions
Header
curl --location --request GET 'https://api.getmetal.io/v1/motorhead/sessions' \
--header 'Content-Type: application/json' \
{
"data": [
"session-1",
"session-2",
"session-3",
"session-4"
]
}
Auth Headers
x-metal-api-key
string
requiredAn API key for your org.
x-metal-client-id
string
requiredA Client ID for your org.
Response
data
Index Array
curl --location --request GET 'https://api.getmetal.io/v1/motorhead/sessions' \
--header 'Content-Type: application/json' \
{
"data": [
"session-1",
"session-2",
"session-3",
"session-4"
]
}