Returns detailed information about each processed page in a crawl job
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" } ] }
API key for authentication
The job ID used to fetch the pages
Show child attributes
ID of the crawl job this page belongs to
Namespace identifier for the crawl
URL of the crawled page
Title of the page
Main content of the page
Additional metadata about the page
When the page was first crawled
When the page was last updated