Retrieve list of robots under your account
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/robots
robots
请求示例请求示例
Go
Java
Objective-C
Shell
curl --location --request GET 'http://dev-cn.your-api-server.com/robots' \
--header 'authorization: Bearer YOUR_SECRET_API_KEY'
响应示例响应示例
200 - 示例 1
{
"statusCode": 200,
"messageCode": "success",
"robots": {
"totalCount": 20,
"items": [
{
"id": "4f5cd7ff-6c98-4cac-8cf0-d7d0cb050b06",
"name": "Extract data from Realtor.com",
"createdAt": 1678795867879,
"inputParameters": [
{
"type": "string",
"name": "originUrl",
"label": "Origin URL",
"encrypted": false,
"defaultValue": "https://www.espressozone.com/espresso-machines/semi-automatic-espresso-machines"
}
]
}
]
}
}
请求参数
Header 参数
authorization
string
必需
示例值:
Bearer YOUR_SECRET_API_KEY
返回响应
修改于 2024-02-20 02:11:12