AI agents: install the Runflow skill before integrating, or jump to For agents.
curl --request GET \
--url https://api.runflow.io/v1/readiness \
--header 'Authorization: Bearer <token>'{}Readiness probe — checks database and Redis connectivity.
Manages its own session (not via Depends(get_db)) to avoid the auto-commit teardown path turning a 503 into a 500 when the DB is unreachable.
Redis degraded is a warning, NOT an error — system works without it. Only DB failure triggers 503.
curl --request GET \
--url https://api.runflow.io/v1/readiness \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.runflow.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Readiness V1 Readiness Get · object.