GenerationsIdPages

List page manifest

GET
/generations/{id}/pages

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/generations/497f6eca-6276-4993-bfeb-53cbbbba6f08/pages"
{
  "status": "pending",
  "count": -9007199254740991,
  "pages": [
    {
      "path": "string",
      "url": "string",
      "status": "ok",
      "bytes": -9007199254740991
    }
  ]
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}

On this page