Skip to main content
GET
Get wallet automation

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

automation_id
string
required

ID of the wallet automation.

Response

200 - application/json

The wallet automation.

A wallet automation.

id
string
required
app_id
string
required
name
string | null
required
status
enum<string>
required

Automation lifecycle state: 'enabled' = running, 'disabled' = not running.

Available options:
enabled,
disabled
owner_id
string | null
required
config
AutomationConfig · object
required

Full configuration for a wallet automation (trigger + action).

created_at
string
required
updated_at
string
required