ApiContent Sources
List Content Sources
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Query Parameters
page?integer
Default
1Format
int32pageSize?integer
Default
20Format
int32sort?string
q?string
status?unknown
Value in
"Active" | "Paused" | "Failed" | "Archived" | nullResponse Body
application/json
curl -X GET "https://loading/api/admin/v1/content/sources"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"provider": "string",
"strategy": "string",
"baseUrl": "string",
"trustLevel": "string",
"status": "string",
"lastCrawledAt": "2019-08-24T14:15:22Z",
"lastCrawledCount": 0,
"consecutiveFailures": 0,
"createdAt": "2019-08-24T14:15:22Z"
}
],
"meta": {
"totalCount": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0,
"hasNext": true,
"hasPrevious": true
},
"links": null
}