cURL
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>" } }
Retrieves a paginated list of an agent’s conversation sessions.
The unique identifier of a Soca AI agent created in the Studio.
Successful retrieval of session list.
The response is of type object.
object