---
title: "Run a GEO prompt sequence now"
method: POST
path: "/v1/projects/{projectId}/geo/sequences/{sequenceId}/run"
tags: ["GEO"]
---

# Run a GEO prompt sequence now

`POST /v1/projects/{projectId}/geo/sequences/{sequenceId}/run`

Runs the sequence synchronously and answers with its result. The call is not queued: the request stays open for the whole run, which plays every turn against every available answer engine and can take several minutes. Use a client timeout of at least five minutes; after four minutes the API stops waiting and answers 409 while the run finishes on its own. Do not retry; read the result from the project's GEO checks. The work happens inside the Notra dashboard, which owns the model credentials and billing gates; the public API never calls an answer engine itself. Results also land in the project's GEO checks.

## Path parameters

- `projectId` string, required
- `sequenceId` string, required

## Response `200`

Sequence run completed

- RunGeoSequenceResponse
  - `checks` integer, required — Recorded answers across every engine that responded.
  - `mentions` integer, required — How many of those answers mentioned the tracked brand.
  - `engines` string[], required — Engines the conversation was played against.
  - `organization` object, required
    - `id` string, required
    - `slug` string, required
    - `name` string, required
    - `logo` string, nullable, required

## Other responses

- `400` — Invalid request
- `401` — Missing or invalid API key
- `402` — GEO plan or available AI credits required
- `403` — Forbidden
- `404` — Organization, project or resource not found
- `409` — Sequence execution is still running after the internal timeout; do not retry the run
- `429` — Rate limit exceeded. This endpoint allows 10 requests per 10 minutes per organization.
- `500` — Internal server error
- `503` — Authentication or billing service unavailable

## Changes

- **2026-09-02** `fd2fc44c9208` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usenotra/apis/notra-api/changes/v1/projects/:projectId/geo/sequences/:sequenceId/run/post.md)

---

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