sources:read| Parameter | Type | Description |
|---|---|---|
id | integer | Required. The source ID |
| Field | Type | Description |
|---|---|---|
id | integer | Source ID |
name | string | Source name |
created_at | string | ISO 8601 datetime |
updated_at | string | ISO 8601 datetime |
| Status | Code | Description |
|---|---|---|
| 404 | NOT_FOUND | Source not found |
| 500 | INTERNAL_ERROR | Failed to fetch source |
curl --location --request GET '/sources/1' \
--header 'Authorization: Bearer <token>'{}