Skip to main content
GET
/
1
/
crawlers
/
{id}
/
{logId}
/
download
Crawler run file
curl --request GET \
  --url https://crawler.algolia.com/api/1/crawlers/{id}/{logId}/download \
  --header 'Authorization: Basic <encoded-value>'
{
  "file": "<string>"
}
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"

logId
string
required

Crawler log ID. Universally unique identifier (UUID) of the crawler log.

Example:

"a2ebb507-ef64-4b6b-9d84-ef66baaa7a80"

Response

Get Crawler File Response.

file
string
required