Sign in

Get Queue Item

documented

Poll a long-running operation’s status via its Queue ID.

GET /v2/queue/{id}Queueno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.goformz.com/v2/queue/{{$id}}" \
  -X GET \
  -H "Authorization: Basic {{GOFORMZ_SECRET}}" \
  -H "Accept: application/json"