Get queue response
documentedFetch the response payload for a completed queued request.
GET /{model_id}/requests/{request_id}Modelsno implementation yet0 runsNo 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://queue.fal.run/{{$model_id}}/requests/{{$request_id}}" \
-X GET \
-H "Authorization: Key {{FAL_API_KEY}}" \
-H "Accept: application/json"