Skip to main content

Get a crawler

GET 

/bv/aisk/v1/crawlers/:id

This API is used to get a crawler resource.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the crawler id.

Responses

A successful response.

Schema
    crawler object
    id string

    Output only. The uuid of the crawler.

    start_urls string[]

    Input only. The list of URLs which the crawler will begin to crawl from.

    status string

    Possible values: [CRAWLER_STATUS_RUNNING, CRAWLER_STATUS_COMPLETED, CRAWLER_STATUS_FAILED]

    Output only. The status of the crawler.

    crawled_urls string[]

    Output only. The list of URLs that the crawler found.

Loading...