Get task input
GEThttps://api.apify.com/v2/actor-tasks/:actorTaskId/input
ClientsReturns the input of a given task.
Request
Path Parameters
actorTaskId stringrequired
Task ID or a tilde-separated owner's username and task's name.
Responses
- 200
Response Headers
- application/json
- Schema
- Example (auto)
- Example
Schema
objectobject
{}
{
"myField1": "some-value",
"myField2": "another-value",
"myField3": 1
}
Authorization: http
name: httpBearertype: httpscheme: bearerdescription: API authentication token.
- CLI
- JavaScript
- Python
- PHP
- Java
- C
- C#
- Go
- Rust
- Node.js
- Ruby
- PowerShell
- Dart
- Objective-C
- OCaml
- R
- Swift
- Kotlin
- CURL
curl -L 'https://api.apify.com/v2/actor-tasks/:actorTaskId/input' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
ResponseClear