Templates
Get a specific template
Get a specific prompt template and all its versions by its ID.
GET
/v1/templates/id
Example response:
Parameters
Name | Located In | Required | Schema |
---|---|---|---|
id | path | Yes | string |
Responses
200
Successful response
Property | Type | Description |
---|---|---|
id | string | |
name | string | |
slug | string | |
mode | string | |
createdAt | string | |
group | string | |
projectId | string | |
versions | array |
404
Template not found