Skip to main content

Push items to dataset for last run

POST 

/v2/acts/:actorId/runs/last/dataset/items

Pushes items to the default dataset of the last Actor run. Redispatches to Push items.

Using the status query parameter you can ensure to only get a run with a certain status (e.g. status=SUCCEEDED). Only the most recent run with that status is used.

Request

Path Parameters

    actorId string required

    Actor ID or a tilde-separated owner's username and Actor name.


    Example: janedoe~my-actor

Query Parameters

    status string

    Filter for the run status. Only the most recent run with this status is used.


    Example: SUCCEEDED

Body arrayrequired

  • object

Status 201

Items were added.

Response Headers