Skip to main content
GET
/
v1
/
loops
/
{loop_id}
Read loop status
curl --request GET \
  --url https://pnbr.io/v1/loops/{loop_id} \
  --header 'Authorization: Bearer <token>'
{
  "loop_id": "<string>",
  "status": "queued",
  "goal": "<string>",
  "project_id": "<string>",
  "result": {
    "type": "delta",
    "delta_id": "<string>",
    "entity_count": 123,
    "relationship_count": 123
  },
  "poll": "<string>",
  "checkpoints": "<string>",
  "events": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

A pnbr- API key. Project-scoped keys make project_id implicit; org-scoped keys require it.

Path Parameters

loop_id
string
required

Response

Loop status and result delta.

loop_id
string
kind
enum<string>
Available options:
graph_extraction,
hydrate
status
string
Example:

"queued"

goal
string
effort
enum<string>
Available options:
agentic,
agentic_plus
project_id
string
result
object
poll
string
checkpoints
string
events
string
request_id
string