GET
/
crawl
/
pages
curl --request GET \
  --url https://api.askmy.biz/crawl/pages \
  --header 'X-API-Key: <api-key>'
{
  "job_id": "<string>",
  "pages": [
    {
      "job_id": "<string>",
      "namespace": "<string>",
      "url": "<string>",
      "title": "<string>",
      "content": "<string>",
      "metadata": {},
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

job_id
string
required

Response

200 - application/json
Crawled pages retrieved successfully
job_id
string

The job ID used to fetch the pages

pages
object[]