Skip to main content
GET
You can use this to restore a previous version of the configuration. Required ACL: settings

Authorizations

Authorization
string
header
required

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. Universally unique identifier (UUID) of the crawler.

Example:

"e0f6db8a-24f5-4092-83a4-1b2c6cb6d809"

version
integer
required

This crawler's version nmber.

Response

OK

authorId
string
required

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

Example:

"7d79f0dd-2dab-4296-8098-957a1fdc0637"

config
object
required

Crawler configuration.

createdAt
string
required

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

Example:

"2023-07-04T12:49:15Z"

version
integer
required

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

Required range: x >= 1
Last modified on March 23, 2026