Get record details

Get a specific record by ID including its metadata.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired

Response

Record details
createdAtstring
idstring
messageslist of any or null
metadatamap from strings to any
namestring
organizationIdstring or null
productSurfaceIdstring or null
schemaValidboolean or null
typestring
updatedAtstring
userIdstring
metadataLabelsmap from strings to strings
metadataSchemaobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error