Get a source
get/sources/{sourceId}
Returns a source object by its unique identifier.
1{2 "id": "079b46b9-fbc4-44ce-8cb1-163330e4d812",3 "inputType": "file",4 "insertTimestamp": "2025-12-12T19:48:53.448286+00:00",5 "metadata": {6 "createdBy": "9850832c-bf81-4335-9947-cdb9bb33d017"7 },8 "name": "Info Files",9 "secrets": {10 "envVars": []11 },12 "sourceType": "local",13 "updateTimestamp": "2025-12-13T09:15:22.123456+00:00"14}| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 401 | Unauthorized | The user was not authenticated. | Schema | |
| 422 | Unprocessable Entity | The server understands the request but was unable to process the contained instructions. | Schema |