Get a source

get/sources/{sourceId}

Returns a source object by its unique identifier.

Request Samples

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
sourceId
string
true

The id for the source object to get.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
401Unauthorized

The user was not authenticated.

Schema
422Unprocessable Entity

The server understands the request but was unable to process the contained instructions.

Schema