Prompt Payloads
List Prompt Payloads
Lists all sample payloads associated with the specified prompt.
get/v1/prompts/{id}/payloads
Path parameters
idstring uuid required
Unique prompt UUID.
Response
List of prompt payloads
Example response
{
"payloads": [
{
"variables": {
"user": "Arpit",
"role": "Admin"
}
}
]
}Changes
Changed in 2 of the 18 revisions of this API.2
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○