GET
/
session
/
{agent_id}
curl --request GET \
  --url https://api.soca.ai/v1/session/{agent_id} \
  --header 'private_key: <api-key>'
{
  "status": true,
  "data": {
    "uuid": "<string>",
    "session_name": "<string>",
    "created_at": "<string>"
  }
}

Authorizations

private_key
string
header
required

Path Parameters

agent_id
string
required

The unique identifier of a Soca AI agent created in the Studio.

Response

200
application/json

Successful retrieval of session list.

The response is of type object.