API reference
Sources API
Configured public source classes without secrets or internal schema.
Request
GET /api/v1/sourcesReturns safe source descriptors and whether each source is configured.
| Parameter | Accepted value |
|---|---|
| Query | No query parameters. |
Response fields
| Field | Meaning |
|---|---|
| key | Stable public source key. |
| label | Human-readable source label. |
| kind | Source classification. |
| configured | Whether the source is configured for public reads. |
| isOfficialSource | Whether Fluxus marks the source as official. |
| sourceUrl | Public origin URL when available. |
{
"data": {},
"meta": {
"apiVersion": "v1",
"dataStatus": "fresh",
"nextCursor": null,
"hasMore": false
}
}Notes and relationships
Configured does not mean credentials are exposed; source secrets remain server-side.