Get Workflow App Action Input Options

Fetches dynamic dropdown / search options for a workflow app action by
invoking the app version with is_filling_dynamic_dropdown set.

action_key is the perform key from the app definition (create or search).
Callers must supply app_version_id (from step config or the app version
list) because the public catalog only exposes the version string.

OAuth callers require workflows:read for app_action_type=search, and workflows:update for app_action_type=create.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Workflow app ID

string
required

Action or search perform key from the app definition

Body Params

Input options request

string
enum
required

Which action bucket to invoke for dropdown options. search requires workflows:read; create requires workflows:update.

Allowed:
uuid
required

App version ID to invoke

uuid

Optional credential for authenticated invokes

string

Optional cursor for cursor-based pagination

input_data
object

Inputs required by the action / search (e.g. dependent field values)

integer
≥ 1

Optional page for paginated options

Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json