Skip to main content
GET
Page a run's matched items

Authorizations

Authorization
string
header
required

GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....

Path Parameters

id
string
required

The id.

runId
string
required

The runId.

Query Parameters

limit
integer
default:25

Matched items per page. Default 25, max 100. A value outside the range is refused, not clamped. Note: validation is owned by the endpoint service because it depends on composed or cross-parameter state; the published error semantics above still apply.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor over the run's frozen matched-item list. Copy next_cursor from the previous response verbatim; omit it for the first page, and stop when it is null. It is not an offset — a plain integer is refused rather than answered with page one. Note: validation is owned by the endpoint service because it depends on composed or cross-parameter state; the published error semantics above still apply.

Response

Success

success
boolean
data
object[]