Skip to main content
GET
/
search
/
{id}
Get search state
curl --request GET \
  --url https://api.osint.ly/search/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "search": {
      "id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
      "status": "processing",
      "query": {
        "type": "Email Address",
        "value": "[email protected]"
      },
      "created_at": "2026-05-27T12:00:00.000Z",
      "started_at": "2026-05-27T12:00:02.000Z",
      "completed_at": null
    },
    "summary": {
      "module_results": 0,
      "breached_accounts": 0,
      "registered_accounts": 0,
      "leak_sources": 0
    },
    "delivery": {
      "webhook": {
        "status": "pending",
        "attempts": 0,
        "sent_at": null,
        "last_attempt_at": null
      }
    },
    "links": {
      "stream": "https://api.osint.ly/search/d290f1ee-6c54-4b01-90e6-d701748f0851/stream",
      "results": "https://api.osint.ly/search/d290f1ee-6c54-4b01-90e6-d701748f0851/results",
      "byok": "https://api.osint.ly/search/d290f1ee-6c54-4b01-90e6-d701748f0851/byok",
      "leaks": "https://api.osint.ly/search/d290f1ee-6c54-4b01-90e6-d701748f0851/results/leaks"
    }
  },
  "meta": {
    "environment": "production",
    "timestamp": "2026-05-27T12:00:05.000Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Search UUID

Response

Search state and summary

data
object
required
meta
object
required