Skip to main content
GET
Correlate a submission or record across the pipeline

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

pid
string
required

Project id (UUID) belonging to the caller workspace.

id
string
required

A record id or a submission id. A record id is resolved to its submission first.

Response

The whole chain: the submission (or null when only records matched), every record produced from it, and the deliveries and AI runs keyed off those record ids.

correlation_id
string
required

The resolved submission id.

submission
object | null
required
records
object[]
required
deliveries
object[]
required
ai_runs
object[]
required