---
title: "Get the trip details for a trip"
method: GET
path: "/api/v1/driver/{driver_id}/trips"
tags: ["external"]
---

# Get the trip details for a trip

`GET /api/v1/driver/{driver_id}/trips`

Args:
    query (PydanticModel): query params passed
    driver_id (str): driver id for which details are to be fetched

Returns:
    dict: A JSON object containing the trip details

## Response `200`

Success

---

[API](https://skmtc.net/leeoinsurance/apis/fairmatic-external-api.md) · [All operations](https://skmtc.net/leeoinsurance/apis/fairmatic-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leeoinsurance/fairmatic-external-api/versions/5698977a6e41/schema)
