---
title: "Get audit trail details for a vendor"
method: GET
path: "/v3/reports/audit-trail/vendor/{vendorId}"
tags: ["reports"]
---

# Get audit trail details for a vendor

`GET /v3/reports/audit-trail/vendor/{vendorId}`

Get audit trail details about changes made to a vendor object. The audit trail lists records for each create and edit operation.

See [Get audit trail details](https://developer.bill.com/docs/getting-audit-trail-details) in the Guides section for more information, sample requests, and responses.

## Path parameters

- `vendorId` string, required — BILL-generated ID of the vendor. The value begins with `009`.

## Query parameters

- `includeArchived` boolean, nullable — Set as `true` to include all archived audit trail records in the response
- `start` integer, nullable — Index of the first result
- `max` integer, nullable — Maximum number of results

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Get audit trail details response

- AuditTrailEntry[]
  - `source` string — Set as `API` when the create or edit operation is completed with the API
  - `type` string — Operation type (`CREATE` or `EDIT`)
  - `createdTime` string — Created date and time of the audit trail record
  - `user` object — User information
    - `id` string — BILL-generated ID of the user. The value begins with `006`.
    - `name` string — Name of the user
  - `field` object — Information about the field that is created or edited
    - `name` string — Field name
    - `value` object — Field value
      - `previous` string — Previous value
      - `current` string — Current value

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/versions/0483350c434e/schema)
