Overview
The Flux OS service provides service endpoints that enable developers to build applications easier and integrate more reliably with the platform.Ping Endpoint
Flux provides a simple ping endpoint that allows external systems to verify the API service is up and running. This endpoint can be used for:- Health checks from monitoring systems
- Validating connectivity before starting data transfers
- Confirming API availability during system integration
- Basic service status monitoring
Jobs
Flux employs queuing technology to maintain:- FIFO (First In, First Out) order
- Equitable resource distribution across organizations
Requests
Flux OS logs every request made to its endpoints for full auditing purposes. This logging includes details such as:- Request method (GET, POST, PUT, DELETE, PATCH)
- Status code of the response
- Timestamp of the request
- User, organization, and api key making the request
- Request and response body

