Retrieve metadata for a specific custom intelligence source.
What this endpoint does
Retrieves the metadata for a specific custom intelligence source by its unique identifier. This is useful for verifying that a source exists before publishing reports to it, confirming source details after creation, or looking up a source's name and description. The source id required for this endpoint is a UUID returned by the Create Source endpoint, or it can be found by browsing available sources via the List Sources endpoint.
Response data
Returns the source object containing its UUID identifier, assigned name, optional description, and ISO 8601 timestamps for when the source was created and last updated. The updatedAt timestamp reflects the most recent modification made via the Update Source endpoint, which can be useful for tracking when source metadata was last changed.
