Get scorecard instances for an organization with optional filtering.
Documentation Index
Fetch the complete documentation index at: https://docs.siro.ai/llms.txt
Use this file to discover all available pages before exploring further.
id you’ll pass to Get evaluated scorecard instance. A scorecard instance is the saved configuration (sections, metrics, weights, color thresholds) used to grade a slice of recordings for a given organization and conversation type.
Typical flow:
List instances for the org and conversation type
organizationId (required) and optionally conversationTypeId and isActive=true.Pick the instance id you want to evaluate
id.Run the evaluation
id to Get evaluated scorecard instance along with startAt, endAt, filterBy, and filterByIds.OAuth access token for user-scoped requests (Authorization Code or machine-to-machine). Send header x-siro-auth-token: <oauth-access-token>. Not an organization API key.