get_crawls_info: List all crawls

Description Usage Arguments Value Examples

Description

List all crawls for a given project

Usage

1
get_crawls_info(session_token, account_id, project_id)

Arguments

session_token

Session token from 'create_session_token'.

account_id

The ID for the account (can be found with get_account_info)

project_id

The ID of the project, from 'create_project'

Value

A list with one element for each crawl

Examples

1
get_crawls_info(session_token, 424, 18823)

mhairi/deepcrawl documentation built on May 22, 2019, 8:56 p.m.