---
title: "List event co-hosts"
method: GET
path: "/events/{eventId}/co-hosts"
tags: ["Events"]
---

# List event co-hosts

`GET /events/{eventId}/co-hosts`

Returns user co-hosts and public, searchable VTC co-hosts.

## Path parameters

- `eventId` integer, required

## Response `200`

OK

- object
  - `items` object[], required
    - `vtcId` integer, required
    - `name` string, required
    - `handle` string, nullable, required
    - `profilePicture` string, nullable, required

## Changes

- **2026-09-27** `880b1f4d531c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/changes/events/:eventId/co-hosts/get.md)

---

[API](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api.md) · [All operations](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/revisions/880b1f4d531c?raw)
