GET
/
1
/
crawlers
/
{id}
/
config
/
versions
/
{version}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Crawler ID.

version
integer
required

The version of the targeted Crawler revision.

Response

200 - application/json
version
integer
required

Version of the configuration. Version 1 is the initial configuration you used when creating the crawler.

Required range: x > 1
config
object
required

Crawler configuration.

createdAt
string
required

Date and time when the object was created, in RFC 3339 format.

authorId
string
required

Universally unique identifier (UUID) of the user who created this version of the configuration.