For the complete documentation index, see llms.txt. This page is also available as Markdown.

Widget (Website)

This class of endpoints provide access to information that can be used for widgets in a website. These endpoints are not protected by the API access control.

Process

Fetch minimal statistics about a process. You need to know the process ID.

curl http://127.0.0.1:8080/api/v3/widget/process/someid \
   -H 'accept: application/json' \
   -X GET

Fetch minimal statistics about a process

get

Fetch minimal statistics about a process, which is not protected by any auth.

Path parameters
idstringRequired

ID of a process

Responses
200

OK

application/json
current_sessionsintegerOptional
total_sessionsintegerOptional
uptimeintegerOptional
get/api/v3/widget/process/{id}

Last updated

Was this helpful?