Get datasource detail
Retrieve full details of a single data source by its ID, including the payload configuration with its configured connection and authentication settings; treat the response as sensitive and avoid logging or forwarding it.
Restrictions
Credential fields
Theinfo / create / update responses include the payload configuration exactly as stored — password, basic_auth_password, api_key, service_token, access_key_secret, tls_key, tls_key_pwd and similar fields are returned as-is, not masked. Treat these responses as sensitive: avoid logging them or forwarding them to third parties.Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Request with a single numeric ID.
Numeric ID of the target resource; the exact meaning depends on the API being called (e.g. datasource ID, ruleset ID).
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.