Skip to main content

Get task input

GET 

https://api.apify.com/v2/actor-tasks/:actorTaskId/input

ClientsApify API Python Client ReferenceApify API JavaScript Client ReferenceReturns 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

Response Headers
    Schema
      objectobject

    Authorization: http

    name: httpBearertype: httpscheme: bearerdescription: API authentication token.
    curl -L 'https://api.apify.com/v2/actor-tasks/:actorTaskId/input' \
    -H 'Accept: application/json' \
    -H 'Authorization: Bearer <token>'
    Request Collapse all
    Base URL
    https://api.apify.com
    Auth
    Parameters
    — pathrequired
    ResponseClear

    Click the Send API Request button above and see the response here!