Sign in

Resolve lost DQL ID

documented

Resolve a lost or missing DQL identifier to a KG entity.

GET /kg/dql/resolve-lost-idKnowledge Graphno implementation yet0 runs
No 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"
Resolve lost DQL ID · Diffbot · OpenIntegrations