List template versions

Return versions for a prompt template.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

templateIdstringRequired
Template whose versions to return.

Response

An array of template versions, newest first.
versionslist of objects
The versions, in the lean shape.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error