---
title: "Get Action Parameters"
method: POST
path: "/task/getActions"
tags: ["Task"]
---

# Get Action Parameters

`POST /task/getActions`

Get task parameters based on the specific action. For example, the URL from 'Go to Web Page' or the text from 'Enter Text'.

## Request body

- object
  - `taskIds` string[], required — List of task IDs
  - `actionTypes` string[], required — List of action types to retrieve parameters for

## Response `200`

Action parameters retrieved

- object
  - `data` object[]
    - `taskId` string
    - `actions` object[]
  - `requestId` string

---

[API](https://skmtc.net/octoparse/apis/octoparse-api.md) · [All operations](https://skmtc.net/octoparse/apis/octoparse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octoparse/octoparse-api/revisions/ba22877ce84b/schema)
