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

# Integrations API Overview

> Access connection schedules, and execution history

The Integrations API provides endpoints for managing connections, schedules, and execution history within the Catena platform.

***

## Available Resources

<CardGroup cols={2}>
  <Card icon="plug" title="Connections">
    View and manage connections between fleets and their telematics service providers, including credential validation and status monitoring.
  </Card>

  <Card icon="calendar-clock" title="Schedules">
    Access automated data fetch schedules that run at defined intervals to keep fleet data synchronized from TSP APIs.
  </Card>

  <Card icon="play" title="Executions">
    Track individual execution runs of schedules, including fetch history, success/failure status, and troubleshooting data.
  </Card>
</CardGroup>

***

# Ready to Get Started?

<CardGroup cols={2}>
  <Card icon="rocket" title="Quick Start Guide" href="/get-started/quickstart">
    Get up and running in 10 minutes with our step-by-step integration tutorial.
  </Card>

  <Card icon="book-open" title="API Reference" href="/api-reference">
    Explore all available endpoints, parameters, and response formats.
  </Card>

  <Card icon="user-plus" title="Get API Credentials" href="/get-started/getting-access">
    Request access to start building with the Catena Telematics API.
  </Card>

  <Card icon="plug" title="Supported Providers" href="/get-started/supported-providers">
    Browse the telematics providers available through our platform.
  </Card>
</CardGroup>
