---
title: "Get Knowledge Run Cursor"
method: GET
path: "/api/v1/internal/knowledge/run-cursor"
tags: ["internal", "internal-knowledge"]
---

# Get Knowledge Run Cursor

`GET /api/v1/internal/knowledge/run-cursor`

Read a workspace's populate-knowledge refresh cursor (newest run marker).

## Query parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- AdminKnowledgeRunCursorResponse — Refresh cursor for a workspace's populate-knowledge runs. ``meetings_through`` is the opaque ISO-8601 string from the newest run marker's metadata; ``runs`` counts all markers for the workspace.
  - `meetings_through` string, nullable, required
  - `last_run_at` string, date-time, nullable, required
  - `runs` integer, required

## Other responses

- `422` — Validation Error

---

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