Get record provenance

View as Markdown

Returns the source file (id + name) and the action run that produced this record. Requires data-record:read on the project.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

projectIdstringRequired
recordIdstringRequired

Response

The source file and run that produced the record.
sourceFileIdstring or null
sourceFileNamestring or null
sourceRunIdstring or null

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error