---
title: "Get session checklists"
method: GET
path: "/sessions/{sessionId}/checklists"
tags: ["Session"]
---

# Get session checklists

`GET /sessions/{sessionId}/checklists`

Get the non-draft checklists of a session, most recently updated first. Each entry contains only
`completedSteps` and the parent outbound's name and step titles/ids. Query parameter `limit`: default 3,
maximum 10.

## Path parameters

- `sessionId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- unknown[]
  - unknown

---

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