workflows

Create Download Request

Make a request to temporal worker :param request: crawl request data :param token_data: api token :return: response

post/workflows/request/download

Request body

crawl_idstring required
bucket_namestring nullable
urlsstring[] required
downloader_typestring required

Response

Successful Response

object required

Changes

Changed in 1 of the 16 revisions of this API.4

    • the request property bucket_name became optional

      request-property-became-optional

    • request property bucket_name list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added