---
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

---

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