Get a specific version of a preset
Retrieves a specific version of a preset by its slug and version number.
Authentication
AuthorizationBearer
API key as bearer token in Authorization header
Path parameters
slug
URL-safe slug identifying the preset.
version
Version number of the preset.
Response
The requested preset version.
data
A specific version of a preset, containing config and optional system prompt.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error