Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

Get Observability External Verify

First call newer than since, or {pending: true} if none.

since is REQUIRED - without it the query would match any historical call from this PK+client and immediately mark verify as successful for a returning user reconnecting. The FE sets since to the timestamp at which the user clicked into the verify step.

GET/agentic/observability/external/verify
Authorization
AuthorizationBearer token · headerrequired
Query parameters
project_key_idstringrequired

Project key id (tenant-scoped)

client_idstringrequired

API client id minted under the project key

sincestringrequired

ISO 8601 - only matches rows newer than this are reported

Responses
200

Successful Response

Any of:
ObservabilityVerifyHit
first_call_atstring<date-time>required
tool_namestringrequired
statusstringrequired
ObservabilityVerifyPending
pendingboolean
default: true
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X GET "https://api.streamkap.com/agentic/observability/external/verify?project_key_id=string&client_id=string&since=string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "first_call_at": "2019-08-24T14:15:22Z",
  "tool_name": "string",
  "status": "string"
}