---
title: "Get Execution Logs Index"
method: GET
path: "/api/syncs/{sync_id}/executions/{id}/logs"
tags: ["Model Sync"]
---

# Get Execution Logs Index

`GET /api/syncs/{sync_id}/executions/{id}/logs`

Returns an index of the record-log types produced by this model sync execution, with the per-type endpoint to retrieve signed URLs for each type's segment files.

## Path parameters

- `sync_id` string, uuid, required — Unique identifier of the model sync.
- `id` string, uuid, required — Unique identifier of the execution whose logs are being indexed.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- LogsIndexResponseEnvelope
  - `data` LogsIndexResponse
    - `deletes` LogsIndexEntry
      - `count` integer — Number of records reported for this log type across all segment files.
      - `url` string — Endpoint that returns signed URLs for this log type's segment files.
    - `errors` LogsIndexEntry
      - `count` integer — Number of records reported for this log type across all segment files.
      - `url` string — Endpoint that returns signed URLs for this log type's segment files.
    - `inserts` LogsIndexEntry
      - `count` integer — Number of records reported for this log type across all segment files.
      - `url` string — Endpoint that returns signed URLs for this log type's segment files.
    - `records` LogsIndexEntry
      - `count` integer — Number of records reported for this log type across all segment files.
      - `url` string — Endpoint that returns signed URLs for this log type's segment files.
    - `updates` LogsIndexEntry
      - `count` integer — Number of records reported for this log type across all segment files.
      - `url` string — Endpoint that returns signed URLs for this log type's segment files.
    - `warnings` LogsIndexEntry
      - `count` integer — Number of records reported for this log type across all segment files.
      - `url` string — Endpoint that returns signed URLs for this log type's segment files.

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

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