Skip to main content
POST
Archive an ask

Authorizations

Authorization
string
header
required

Your secret key (pep_sk_…) from Settings → API. Keys are org-scoped; treat them like passwords.

Path Parameters

id
integer
required

Response

The archived instruction.

object
string
required
Allowed value: "ingestion_instruction"
id
integer
required
text
string
required

What to look for, in the owner's words.

actor
enum<string>
required

Who wrote it, coarsely — derived from author.

Available options:
owner,
operator,
agent
targets
object[]
required
archived
boolean
required
created_at
string<date-time>
required
author
object | null

The credential or person that wrote it. null on asks recorded before authorship was tracked.

state
enum<string> | null

looked — every page it reaches was read with it; re-reading — some page still owes a re-read; null — it reaches no live page yet.

Available options:
looked,
re-reading,
null