Get Edit Template
Retrieve a saved edit template by ID.
Use this endpoint to inspect the source file, default edit configuration, and optional schema generation configuration saved on an edit template. You can reuse the returned config with POST /edit or POST /edit_runs, and reuse schemaConfig with POST /edit_schemas/generate.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
The unique identifier for the edit template.
Example: "edt_xK9mLPqRtN3vS8wF5hB2cQ"
Headers
Response
The type of object. Will always be "edit_template".
A unique identifier for the edit template.
Example: "edt_xK9mLPqRtN3vS8wF5hB2cQ"
The time (in UTC) at which the object was created. Will follow the RFC 3339 format.
Example: "2024-03-21T16:45:00Z"
The time (in UTC) at which the object was last updated. Will follow the RFC 3339 format.
Example: "2024-03-21T16:45:00Z"

