aboutsummaryrefslogtreecommitdiff
path: root/configs/bruno/ComfyUI/Get Prompt History.bru
blob: 2e26888a51db828acc8ee2201f19862ac94dc82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
meta {
  name: Get Prompt History
  type: http
  seq: 6
}

get {
  url: {{BASE_URL}}/history/{{prompt_id}}
  body: none
  auth: none
}

vars:pre-request {
  prompt_id: 7e345a55-21c4-4bdc-9b34-add561775144
}