> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sagepilot.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics

> Discover analytics datasets, query reports, and find campaign and journey IDs.

Use the Analytics API to discover available datasets and query reports with your API client's dataset grants.

<CardGroup cols={2}>
  <Card title="Get analytics catalog" href="/api-reference/analytics/catalog">
    Discover datasets, measures, dimensions, filters, and supported query shapes.
  </Card>

  <Card title="Query analytics" href="/api-reference/analytics/query">
    Build reports with measures, dimensions, filters, and a reporting period.
  </Card>

  <Card title="Find entity IDs" href="/api-reference/analytics/members">
    Look up campaign and journey IDs by name for use in analytics queries.
  </Card>

  <Card title="Journeys and campaigns" href="/api-reference/analytics/journeys-campaigns">
    Query attributed revenue, estimated ROAS, and delivery rates by template category.
  </Card>
</CardGroup>

For credentials and dataset grants, see [API client v2](/api-reference/authentication/api-client-v2).
