cURL
curl --request GET \ --url https://api.pingnetwork.io/customer/v2/sessions/{id}/status \ --header 'Authorization: <api-key>'
{ "client_id": "<string>", "status": "created", "duration": 123, "uploaded_bytes": 123, "downloaded_bytes": 123 }
Retrieves the current status of a specific session by ID
Documentation IndexFetch the complete documentation index at: https://docs.pingnetwork.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pingnetwork.io/llms.txt
Use this file to discover all available pages before exploring further.
Session ID
Session status retrieved successfully
Client identifier
created
connected
disconnected
Session duration in seconds
Total bytes uploaded
Total bytes downloaded