Skip to main content
GET
/
apps
/
{app_id}
/
actions
List Actions
curl --request GET \
  --url https://api.example.com/apps/{app_id}/actions/
[
  {
    "id": "<string>",
    "name": "<string>",
    "app_id": "<string>",
    "deleted_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "description": "",
    "type": "action",
    "important": false,
    "input_schema": {},
    "output_schema": {}
  }
]

Path Parameters

app_id
string
required

Response

Successful Response

id
string
required
name
string
required
app_id
string
required
deleted_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>
description
string
default:""
type
string
default:action
important
boolean
default:false
input_schema
Input Schema · object
output_schema
Output Schema · object