---
title: "List remote model upload events"
method: GET
path: "/projects/{projectId}/models/uploads/{id}/events"
tags: ["VolumeService"]
---

# List remote model upload events

`GET /projects/{projectId}/models/uploads/{id}/events`

Lists progress and diagnostic events for a remote model import job.

## Path parameters

- `projectId` string, required — Project identifier.
- `id` string, required — Remote upload identifier.

## Query parameters

- `limit` integer — Maximum number of events to return.
- `after` string — Cursor from a previous remote upload event list response.

## Response `200`

OK

- DEListRemoteUploadEventsResponse — Status and diagnostic events for a remote model import job.
  - `data` DERemoteUploadEvent[], required — Events for the remote upload.
    - `id` string, required — Unique event identifier.
    - `createdAt` string, date-time, required — Time when the event was recorded.
    - `level` 'LEVEL_DEBUG' | 'LEVEL_INFO' | 'LEVEL_WARN' | 'LEVEL_ERROR', required — Severity of the event.
    - `type` string, required — Stable event type emitted by the importer, such as `download.started`.
    - `message` string, required — Human-readable progress or diagnostic message.
  - `next_cursor` string — Cursor for the next page. Null if there are no more results.
  - `object` 'list', required — Object type. Always `list`.

## Other responses

- `default` — Default error response

---

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