Skip to main content
DELETE
Archive a project (never deletes)

Authorizations

Authorization
string
header
required

An aik_… programmatic API key (app.atako.ai → Settings → API keys) or a Supabase session JWT.

Path Parameters

id
string<uuid>
required

Project id

Response

The archived project.

A project and everything on it, in one read. A card has no status — its state IS the column it stands in — and the wiki is a tree of pages, each carrying snapshots of its own past.

id
string<uuid>
required
name
string
required
description
string
required
tone
enum<string>
required
Available options:
amber,
mint,
periwinkle,
plum,
blush
status
enum<string>
required
Available options:
active,
paused,
done
owner
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
archivedAt
string<date-time> | null
required
participants
object[]
required
columns
object[]
required

Ordered by position.

cards
object[]
required

Non-archived cards, ordered by column then position, each with its labels, checklist and comments. The embedded comments carry no id here (only author/at/text) — the comment operations return the full ProjectCardComment.

wiki
object[]
required

Root pages of the wiki, each carrying its own children subtree and its history (newest revision first).