Skip to main content
GET
Get Web3 Action details

Authorizations

X-Access-Key
string
header
required

An API key is a token that a client provides when making API calls. Send it as the X-Access-Key request header on any endpoint:

Learn how to generate API access tokens at Tenderly Docs.

Path Parameters

accountSlug
string
required

Account slug of the user

projectSlug
string
required

Project slug of the account

actionId
string
required

Web3 Action Id to get info for

Response

A successful response.

id
string
required

ID of the Web3 Action.

Example:

"4cc3ee95-6bc5-4c85-83d0-26d4b89d5c25"

projectId
string
required

ID of the project where Web3 Action is created.

Example:

"dfdc391a-a15d-4590-9aef-8691259c7df4"

name
string
required

Web3 Action name.

Example:

"periodic-cron"

description
string
required

Web3 Action description.

Example:

"Triggers every 1 hour"

status
enum<string>
required

Status of the Web3 Action.

Available options:
DEPLOYED,
PUBLISHED
Example:

"DEPLOYED"

stopped
boolean
required

Flag showing if Web3 Action is stopped or not.

Example:

false

editable
boolean
required

Flag showing if Web3 Action is editable or not.

Example:

true

createdAt
string
required

When Web3 Action is created.

Example:

"2023-12-14T16:20:36.078679Z"

version
object
required
Example:
deliveryChannels
any[]

Shows delivery channels for given Web3 Action.

Example: