Skip to main content
GET
Get one record with its full payload

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

Record id.

Response

The record, payload parsed as JSON (a non-object payload is wrapped as {value: ...}).

record
object
required