Get status
Returns the current status of the agent.
get/status
Response
OK
Example response
{
"$schema": "https://example.com/schemas/StatusResponseBody.json",
"status": "stable",
"transport": "pty"
}Returns the current status of the agent.
OK
{
"$schema": "https://example.com/schemas/StatusResponseBody.json",
"status": "stable",
"transport": "pty"
}