Skip to content

Instantly share code, notes, and snippets.

@enricop89
Created January 19, 2021 10:20
Show Gist options
  • Save enricop89/544497b402e750a2ac96502c5594eb1b to your computer and use it in GitHub Desktop.
Save enricop89/544497b402e750a2ac96502c5594eb1b to your computer and use it in GitHub Desktop.
Insights API Query Example
{
project(projectId: 123456) {
sessionData {
sessions(sessionIds:["YOUR_SESSION_ID"]){
resources {
subscriberMinutes,
publisherMinutes
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment