---
title: "GET /api/v1/task/task-log/"
method: GET
path: "/api/v1/task/task-log/"
tags: ["task", "v1"]
---

# GET /api/v1/task/task-log/

`GET /api/v1/task/task-log/`

Get task log records
GET params:
    - task_id: int
    - records_limit: int

## Query parameters

- `task_id` string
- `records_limit` integer

## Response `200`

- object

## Changes

- **2020-12-11** `0957c4a7ae3d` — 1 breaking, 1 warning, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - deleted the `query` request parameter `jq_filters`
  - the `query` request parameter `task_id` became optional

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/task/task-log/get.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/0957c4a7ae3d/schema)
