Documentation

Get the number of shared agents in a session

GET
/api/v1/external/sessions/agents/count

Scope requis : read:sessions.

AutorisationBearer <jeton>

JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.

Dans: header

Paramètres de requête

sessionId?string

Corps de réponse

application/json

curl -X GET "https://example.com/api/v1/external/sessions/agents/count"
{  "sessionId": "string",  "totalAgentShared": 0}