---
title: "Poll Autopilot Endpoint"
method: POST
path: "/api/v1/remy/autopilot/poll"
tags: ["remy", "remy"]
---

# Poll Autopilot Endpoint

`POST /api/v1/remy/autopilot/poll`

Detect-only: read connected accounts' inboxes and attach any new creator replies.

## Response `200`

Successful Response

- AutopilotPollResponseDTO
  - `actions` AutopilotActionDTO[]
    - `type` string, required
    - `handle` string, nullable
    - `conversation_id` string, required
    - `message` string, nullable
  - `message` string, nullable

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
