---
title: "Get last Actor task run's log"
method: GET
path: "/v2/actor-tasks/{actorTaskId}/runs/last/log"
tags: ["Last Actor task run's log"]
---

# Get last Actor task run's log

`GET /v2/actor-tasks/{actorTaskId}/runs/last/log`

Retrieves last Actor task run's logs.

This endpoint is a shortcut for getting last Actor task run's log. Same as [Get log](/api/v2/log-get) endpoint.

## Path parameters

- `actorTaskId` string, required

## Query parameters

- `status` string
- `origin` 'DEVELOPMENT' | 'WEB' | 'API' | 'SCHEDULER' | 'TEST' | 'WEBHOOK' | 'ACTOR' | 'CLI' | 'CI' | 'STANDBY' | 'MCP'
- `stream` boolean
- `download` boolean
- `raw` boolean

## Response `200`

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