Skip to main content
GET
/
v1
/
robots
/
realtime-cost
/
bots
List Realtime Bots
curl --request GET \
  --url https://api.gbase.ai/v1/robots/realtime-cost/bots \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "session_count": 0,
    "first_session_at": "2023-11-07T05:31:56Z",
    "last_session_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

id
string
required
name
string
session_count
integer
default:0
first_session_at
string<date-time>
last_session_at
string<date-time>