codex-schema

Match Schema

Return previously successful Codex imports whose schema matches the uploaded CSV.

post/api/codex-schema/match

Query parameters

user_idstring nullable
org_idstring nullable

Request body

signaturestring required

SHA256 fingerprint of normalized headers.

headersstring[]

Raw column headers from the CSV.

sample_rowsobject[] nullable

Optional preview rows from the CSV for compatibility checks.

schema_versioninteger nullable

Fingerprint specification version.

limitinteger nullable

Maximum number of matches to return.

Response

Successful Response

Changes

Changed in 1 of the 23 revisions of this API.1

    • response property matches/items/schema_signature list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened