---
title: "Get schedule log"
method: GET
path: "/v2/schedules/{scheduleId}/log"
tags: ["Schedules"]
---

# Get schedule log

`GET /v2/schedules/{scheduleId}/log`

Gets the schedule log as a JSON array containing information about up to a
1000 invocations of the schedule.

## Path parameters

- `scheduleId` string, required

## Response `200`

- ScheduleLogResponse
  - `data` ScheduleInvoked[], required
    - `message` string, required
    - `level` string, required
    - `createdAt` string, date-time, required

## Other responses

- `400` — Bad request - invalid input parameters or request body.
- `401` — Unauthorized - authentication required or invalid token.
- `403` — Forbidden - insufficient permissions to perform this action.
- `404` — Not found - the requested resource does not exist.
- `405` — Method not allowed.
- `429` — Too many requests - rate limit exceeded.

---

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