---
title: "This will get the raw PID data if the vehicle has reported that it is being recorded"
method: GET
path: "/v1/resourceowner/trips/{tripId}/pid/{pidId}"
tags: ["ResourceOwnerTripV2"]
---

# This will get the raw PID data if the vehicle has reported that it is being recorded

`GET /v1/resourceowner/trips/{tripId}/pid/{pidId}`

The data array will contain a sub-array of integers representing the raw data

## Path parameters

- `tripId` integer, required
- `pidId` integer, required

## Response `200`

ThePID data are returned

- PIDModel[]
  - `Data` string, byte
  - `RecordTimeStamp` string, date-time
  - `Value` number, double

## Other responses

- `500` — Internal server error
- `501` — Not implemented, meaning the PID is not supported or is not recorded by the vehicle

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
