Retrieve a delivery JSON schema by its unique identifier. Delivery JSON schemas define the structure and validation rules for task responses.
Authentication
id - Unique MongoDB ObjectId identifier for the schemaname - Human-readable name of the schemacreatedBy / updatedBy - User IDs of creators/updaterscreatedAt / updatedAt - Timestampsjson - Stringified JSON Schema definition containing validation rules and structurejson field contains a stringified JSON Schema that needs to be parsed before use. Parse it with JSON.parse() in JavaScript or json.loads() in Python.schema_id parameterschema_id (invalid MongoDB ObjectId format)Retrieve a Schema by ID
Validate Task Data Against Schema (Python)
/v2/deliveryschema_id from the delivery metadata/v2/schemaYour API Key is the Bearer token. See the Authentication section to learn how to access your key.
The unique MongoDB ObjectId of the delivery JSON schema.
"507f1f77bcf86cd799439011"
Delivery JSON schema retrieved successfully.
The delivery JSON schema object