Resolve lost DQL ID
documentedResolve a lost or missing DQL identifier to a KG entity.
GET /kg/dql/resolve-lost-idKnowledge Graphno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://kg.diffbot.com/kg/dql/resolve-lost-id?token={{DIFFBOT_API_KEY}}&lost_id={{lost_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"