Methods
get
get
delete
delete
list
list
List prompt versions with optional filtering by tag, FQN, prompt ID, ML Repo, name, or version.
Parameters
typing.Optional[str]
Tag to filter prompt versions by
typing.Optional[str]
Fully qualified name to filter prompt versions by (format: ‘chat_prompt://’ or ‘chat_prompt://:’)
typing.Optional[str]
ID of the prompt to filter versions by
typing.Optional[str]
ID of the ML Repo to filter prompt versions by
typing.Optional[str]
Name of the prompt to filter versions by
typing.Optional[int]
Version number (positive integer) or ‘latest’ to filter by specific version
typing.Optional[int]
Number of prompt versions to skip for pagination
typing.Optional[int]
Maximum number of prompt versions to return
Returns
SyncPager[PromptVersion, ListPromptVersionsResponse]
🔗 ListPromptVersionsResponseList of prompt versions matching the query with pagination information