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

# List Contract Vehicles

This endpoint returns a list of all available contract vehicles.

## Response

<ResponseField name="results" type="array">
  Array of contract vehicle objects

  <Expandable title="Contract Vehicle properties">
    <ResponseField name="id" type="string">
      Unique identifier for the contract vehicle
    </ResponseField>

    <ResponseField name="contractName" type="string">
      Display name of the contract vehicle
    </ResponseField>

    <ResponseField name="slug" type="string">
      URL-friendly identifier
    </ResponseField>

    <ResponseField name="availableTags" type="string[]">
      List of available tags for this contract vehicle
    </ResponseField>
  </Expandable>
</ResponseField>

<Warning>
  This endpoint is part of the legacy v3 API and will be deprecated in the future. Please migrate to the new enterprise API endpoints.
</Warning>
