Skip to main content
POST
Resolve an outcome

Authorizations

Authorization
string
header
required

Identify accepts a workspace API key (sk_…). Loom accepts either a short-lived session token (direct) or a workspace API key (relay).

Headers

Patchwork-Subject
string

Relay only. Opaque subject id for the acting user. Direct tokens carry sub instead — do not send this header on a session token.

Patchwork-Connection
string

Connection id or name the agent may call. Required in relay when the agent has unpinned customer tools. Direct tokens may carry conn instead.

Path Parameters

run_id
string<uuid>
required

Body

application/json
tool_call_id
string<uuid>
required
state
enum<string>
required
Available options:
occurred,
failed
detail
object

Optional structured detail recorded on the outcome.

Response

Outcome accepted; run resumed.

status
string
required
Allowed value: "success"
data
object
required