DevZero Logo
DevZero

get CLI session

get a CLI session by the session ID; this is a public endpoint and will return the finalized session which has been authenticated in the PUT endpoint it will only return 200 once and then the session will be deleted

GET
/cli/sessions/{session_id}
/cli/sessions/{session_id}

Path Parameters

session_id
Required
string

ID of CLI session

curl -X GET "https://api.devzero.io/backend/v0/cli/sessions/string"

session

{
  "access_token": "string",
  "access_token_expires_at": "2019-08-24T14:15:22Z",
  "id": "string",
  "login_url": "string",
  "user_email": "string",
  "user_id": "string"
}