POST
/v1/private/prompts/retrieve-by-commitsGet prompts by commitsGet prompts by prompt version commits
Request body
application/json
objectPromptVersionCommitsRequest_Public
commitsarray of stringrequiredShow child attributes
{
"commits": [
"string"
]
}Responses
array of object
Show array items
commitstringprompt_idstring · uuidprompt_namestringprompt_version_idstring · uuid[
{
"commit": "string",
"prompt_id": "00000000-0000-0000-0000-000000000000",
"prompt_name": "string",
"prompt_version_id": "00000000-0000-0000-0000-000000000000"
}
]