get
{protocol}://{base-url}/api/v2/auth/credentials/test_connection_status//
Polls the status of a test connection job. Returns the current state of the job.
Only the job owner can poll their own job status (IDOR protection).
Possible statuses:
inprogress: Job is still runningsuccess: Test connection succeededfailure: Test connection failed (includes error details)