Sign in

Check queue request status

documented

Get the status of a queued request.

GET /{model_id}/requests/{request_id}/statusModelsno 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}}/status?logs={{logs}}" \
  -X GET \
  -H "Authorization: Key {{FAL_API_KEY}}" \
  -H "Accept: application/json"