Sign in

Get queue response

documented

Fetch the response payload for a completed queued request.

GET /{model_id}/requests/{request_id}Modelsno 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://queue.fal.run/{{$model_id}}/requests/{{$request_id}}" \
  -X GET \
  -H "Authorization: Key {{FAL_API_KEY}}" \
  -H "Accept: application/json"