Skip to main content
POST
Raise absolute cost limits on a paused prompt

TypeScript

Authorizations

Authorization
string
header
required

Revise API key from https://revise.io/console/api-keys. Send Authorization: Bearer .

Path Parameters

id
string
required

Body

application/json
limits
object
required

Response

Raise absolute cost limits on a paused prompt

id
string
required
conversation_id
string
required
previous_prompt_id
string | null
required
status
enum<string>
required
Available options:
queued,
running,
paused,
succeeded,
failed,
cancelled
created_at
string<date-time>
required
completed_at
string<date-time> | null
required
conversation_expires_at
string<date-time> | null
required
message
object | null
required
continuation
object
required
artifacts
object[]
required
usage
object | null
required

Customer-facing settled charges and usage. Supplier costs, margins and internal reconciliation diagnostics are not exposed. Historical charges are never recalculated using current prices.

Example:
metadata
object
required
Example:
inference
object
required
limits
object
required
error
object | null
required
api_key_id
string | null
required

Non-secret ID of the key that originally submitted this prompt; null when not recorded. Idempotent retries preserve the original key.

output_encrypted
boolean
required

True disables continuation and reuse. Artifacts are encrypted for the supplied public key.

comments
object[]

Omitted when disabled by the stored response_options. Otherwise returns the existing native schema.

changes
object[]

Omitted when disabled by the stored response_options. Otherwise returns the existing native schema.

content_expires_at
string<date-time> | null

24 hours after terminal completion. Result content and new continuation become unavailable at this deadline.

content_deleted_at
string<date-time> | null
retention
object
incomplete
boolean

True when the request returned a partial result.

stop_reason
enum<string>

Limit that ended further agent work. The current result is returned; successful partial results incur the base fee even without inference, plus actual billable usage.

Available options:
spending_limit,
time_limit