---
title: "Robots Worker Poll"
method: POST
path: "/internal/robots-worker/poll"
---

# Robots Worker Poll

`POST /internal/robots-worker/poll`

Poll fallback for in-flight jobs whose completion webhook never landed.

The robots.job.* webhook subscription is not independently verifiable from
here, so results must not depend on it exclusively. Applies results through
the same idempotent path the webhook uses — whichever arrives first wins,
the other is a no-op.

## Query parameters

- `older_than_minutes` integer
- `limit` integer

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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