MeshTale Docs
GET
/v1/workspaces/{id}/crawls/preview/{previewId}/urls

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

id*string
previewId*string
Formatuuid

Query Parameters

cursor?string
limit?integer
Default200
Range1 <= value <= 200

Response Body

application/json

curl -X GET "https://example.com/v1/workspaces/string/crawls/preview/497f6eca-6276-4993-bfeb-53cbbbba6f08/urls"
{  "urls": [    "http://example.com"  ],  "next_cursor": "string"}
Empty
Empty
Empty
Empty