---
title: "Get one recurring automation"
method: GET
path: "/api/v1/automations/{automationId}"
tags: ["automations"]
---

# Get one recurring automation

`GET /api/v1/automations/{automationId}`

## Path parameters

- `automationId` string, required — Automation identifier.

## Response `200`

OK

- AutomationEnvelope
  - `automation` AutomationResponse, required
    - `createdAt` string, date-time, required
    - `displayName` string, required
    - `enabled` boolean, required
    - `harness` string
    - `id` string, required
    - `kind` 'worker' | 'orchestrator', required
    - `lastRunAt` string, date-time, nullable
    - `latestRun` AutomationRunSummaryResponse
      - `errorMessage` string
      - `finishedAt` string, date-time, nullable
      - `id` string, required
      - `scheduledFor` string, date-time, required
      - `sessionId` string
      - `startedAt` string, date-time, nullable
      - `status` 'pending' | 'spawning' | 'running' | 'completed' | 'failed', required
    - `nextRunAt` string, date-time, required
    - `projectId` string, required
    - `prompt` string, required
    - `rrule` string, required
    - `timezone` string, required
    - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-09-27** `cfaec3fcda51` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/automations/:automationId/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/cfaec3fcda51?raw)
