获取实体抽取任务状态或结果
GET
/entities/extractions/{id}
获取先前提交的实体抽取任务的当前状态,若已完成则返回结果。此接口不接受溯源任务 ID。
授权
apiKeyAuth
API key passed in the CP-X-API-KEY header.
类型
API Key (header: CP-X-API-KEY)
参数
路径参数
id*
Job ID returned by POST /entities/extractions
类型
必填string
格式
"uuid"响应
Entity extraction job status or result
application/json
JSON "data": { "id": "string", "status": "string", "created_at": "string", "started_at": "string", "completed_at": "string", "error": "string", "result": { "entities": [ { "name": "string", "canonical_name": "string", "type": "string", "official_domains": [ "string" ], "official_x_accounts": [ "string" ] } ] } }
{
}
