---
title: "Get company conversations"
method: GET
path: "/companies/{companyId}/tickets"
tags: ["Company"]
---

# Get company conversations

`GET /companies/{companyId}/tickets`

List conversations stamped with this company at creation time, newest activity first. Paginated via
`skip` (default 0) and `limit` (default 25, maximum 100). Conversations a contact had before being linked
to the company are not included unless they were migrated.

## Path parameters

- `companyId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- unknown[]
  - unknown

## Changes

- **2026-07-26** `a37ec8862f96` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/companies/:companyId/tickets/get.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc.dev/gleap/apis/gleap-server/revisions/0a92e15c9803?raw)
