Get the number of shared agents in a session
Scope requis : read:sessions.
Autorisation
bearer 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}