Cross-deal convergence aggregates for caller's org
GET
/api/canvas/agent-performance/convergence
const url = 'https://example.com/api/canvas/agent-performance/convergence';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/canvas/agent-performance/convergence \ --header 'Authorization: Bearer <token>'Return cross-deal convergence aggregates for the caller’s org.
Returns None when the org has fewer than 3 successful finalized
deals (anonymity guard). 403 propagates from RequireOrgMember when
the caller has no verified org membership.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successful Response
Media type application/json